]> git.sur5r.net Git - openldap/commitdiff
Fix typo in last commit -- shorten message by removing
authorKurt Zeilenga <kurt@openldap.org>
Thu, 17 Nov 2005 22:57:11 +0000 (22:57 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 17 Nov 2005 22:57:11 +0000 (22:57 +0000)
extraneous information

servers/slapd/modify.c

index c4e35be7aa2474b7a1fb0c6ad5a7dc3990d41c13..1fae806ddf02986626d5414c7ac5a9e6822caa82 100644 (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;
        }