Fix typo in last commit

This commit is contained in:
Kurt Zeilenga 2000-06-17 18:54:42 +00:00
parent 9820da8c10
commit e967e1a963

View file

@ -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);