mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
Import fix for typo
This commit is contained in:
parent
59af957835
commit
fd12670ce6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user