Fix typo in last commit -- shorten message by removing

extraneous information
This commit is contained in:
Kurt Zeilenga 2005-11-17 22:57:11 +00:00
parent 99b450dc00
commit 79ef5e812f

View file

@ -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;
}