mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
Fix typo in last commit -- shorten message by removing
extraneous information
This commit is contained in:
parent
99b450dc00
commit
79ef5e812f
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ do_modify(
|
|||
if ( modlist == NULL ) {
|
||||
Debug( LDAP_DEBUG_ANY, "do_modify: no modifications\n", 0, 0, 0 );
|
||||
send_ldap_error( op, rs, LDAP_PROTOCOL_ERROR,
|
||||
"empty change secquence in modify operation" );
|
||||
"change sequence empty" );
|
||||
|
||||
goto cleanup;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue