mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Fix typo in last commit
This commit is contained in:
parent
9820da8c10
commit
e967e1a963
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ hash_crypt (const char *pw_in, Salt * salt)
|
|||
free (lsalt.salt);
|
||||
}
|
||||
|
||||
if( crypted_pw == NULL || crypted_pw[0] = '\0' )
|
||||
if( crypted_pw == NULL || crypted_pw[0] == '\0' )
|
||||
return NULL;
|
||||
|
||||
return STRDUP(crypted_pw);
|
||||
|
|
|
|||
Loading…
Reference in a new issue