diff options
author | Tim Potter <tpot@samba.org> | 2004-10-11 00:32:31 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2004-10-11 00:32:31 +0000 |
commit | 0bf94369732087618fe5a4fef7644af58730f5a3 (patch) | |
tree | 670b99f4333480b7d21ff8d7baf41e305df2d61e /source/smbd/chgpasswd.c | |
parent | 8ba7f67d3ea638b64d6ef001bef9c61e7bb33fc7 (diff) | |
download | samba-0bf94369732087618fe5a4fef7644af58730f5a3.tar.gz samba-0bf94369732087618fe5a4fef7644af58730f5a3.tar.xz samba-0bf94369732087618fe5a4fef7644af58730f5a3.zip |
r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.
Bugzilla #1903.
Diffstat (limited to 'source/smbd/chgpasswd.c')
-rw-r--r-- | source/smbd/chgpasswd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/chgpasswd.c b/source/smbd/chgpasswd.c index f8636be351f..c91f8599c96 100644 --- a/source/smbd/chgpasswd.c +++ b/source/smbd/chgpasswd.c @@ -456,7 +456,7 @@ BOOL chgpasswd(const char *name, const struct passwd *pass, DEBUG(3, ("chgpasswd: Password change (as_root=%s) for user: %s\n", BOOLSTR(as_root), name)); -#if DEBUG_PASSWORD +#ifdef DEBUG_PASSWORD DEBUG(100, ("chgpasswd: Passwords: old=%s new=%s\n", oldpass, newpass)); #endif |