Skip to content
Snippets Groups Projects
Commit 82d3c103 authored by Luke Howard's avatar Luke Howard
Browse files

Support LDAP_MOD_INCREMENT in slapi_modify_internal()

parent 2c801d9c
Branches
Tags
No related merge requests found
......@@ -1003,6 +1003,7 @@ slapi_modify_internal(
/* fall through */
case LDAP_MOD_DELETE:
case LDAP_MOD_REPLACE:
case LDAP_MOD_INCREMENT:
break;
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment