X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-sock%2Fmodify.c;h=9342d2702b54e13716bc9785a38acffeff71251c;hb=636b63b5fd18d16fec97eaf3deb34706647ab898;hp=73e1be978870f27c5c8d8c45a0c816a2bba1c891;hpb=fe49824f83bb0f2dd2f543c26f186b516c1d75bd;p=openldap diff --git a/servers/slapd/back-sock/modify.c b/servers/slapd/back-sock/modify.c index 73e1be9788..9342d2702b 100644 --- a/servers/slapd/back-sock/modify.c +++ b/servers/slapd/back-sock/modify.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 2007-2013 The OpenLDAP Foundation. + * Copyright 2007-2017 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 ) {