From 79ef5e812fc3d9e27cd0e6e455a3e298201aec8b Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 17 Nov 2005 22:57:11 +0000 Subject: [PATCH] Fix typo in last commit -- shorten message by removing extraneous information --- servers/slapd/modify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5