From: Kurt Zeilenga Date: Sat, 17 Jun 2000 18:54:42 +0000 (+0000) Subject: Fix typo in last commit X-Git-Tag: OPENLDAP_REL_ENG_1_2_12~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e967e1a9637e297d95d9c76a49481d6d9da8e30b;p=thirdparty%2Fopenldap.git Fix typo in last commit --- diff --git a/clients/tools/ldappasswd.c b/clients/tools/ldappasswd.c index e73a84b627..fe6f4fe9a4 100644 --- a/clients/tools/ldappasswd.c +++ b/clients/tools/ldappasswd.c @@ -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);