]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-sock/modify.c
Happy New Year
[openldap] / servers / slapd / back-sock / modify.c
index 5669d7b75241fb3a9bd2962358776b1fc069f626..7b860140ddbee4acbcb7f9e06bfaf5eb1eca21d1 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2007-2016 The OpenLDAP Foundation.
+ * Copyright 2007-2018 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -85,6 +85,10 @@ sock_back_modify(
                case LDAP_MOD_REPLACE:
                        fprintf( fp, "replace: %s\n", mod->sm_desc->ad_cname.bv_val );
                        break;
+
+               case LDAP_MOD_INCREMENT:
+                       fprintf( fp, "increment: %s\n", mod->sm_desc->ad_cname.bv_val );
+                       break;
                }
 
                if( mod->sm_values != NULL ) {