Skip to content
Snippets Groups Projects
Commit 79ef5e81 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo in last commit -- shorten message by removing

extraneous information
parent 99b450dc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment