]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Import fix for typo
authorKurt Zeilenga <kurt@openldap.org>
Thu, 22 Mar 2001 23:49:47 +0000 (23:49 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 22 Mar 2001 23:49:47 +0000 (23:49 +0000)
servers/slapd/back-ldbm/passwd.c

index 226914bac673ad4b95440888c8063e11f47e581b..00ef475a1c9cfe827a2326011da6cba579505551 100644 (file)
@@ -1,4 +1,4 @@
-/* extended.c - ldbm backend extended routines */
+/* passwd.c - ldbm backend password routines */
 /* $OpenLDAP$ */
 /*
  * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
@@ -86,7 +86,7 @@ ldbm_back_exop_passwd(
 
        if( dn_normalize( dn ) == NULL ) {
                *text = "Invalid DN";
-               rc = LDAP_INVALID_DN;
+               rc = LDAP_INVALID_DN_SYNTAX;
                goto done;
        }