From e967e1a9637e297d95d9c76a49481d6d9da8e30b Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 17 Jun 2000 18:54:42 +0000 Subject: [PATCH] Fix typo in last commit --- clients/tools/ldappasswd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2