From: Kurt Zeilenga Date: Thu, 17 Nov 2005 22:57:11 +0000 (+0000) Subject: Fix typo in last commit -- shorten message by removing X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~789 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=79ef5e812fc3d9e27cd0e6e455a3e298201aec8b;p=openldap Fix typo in last commit -- shorten message by removing extraneous information --- diff --git a/servers/slapd/modify.c b/servers/slapd/modify.c index c4e35be7aa..1fae806ddf 100644 --- a/servers/slapd/modify.c +++ b/servers/slapd/modify.c @@ -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; }