diff options
author | Luke Leighton <lkcl@samba.org> | 1999-03-05 22:37:02 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-03-05 22:37:02 +0000 |
commit | 167b0b20e33bef4af5deaff961937dd5fadf481d (patch) | |
tree | 91065cf18b822ec1b3f1c56c8963fdabbd658ab1 /source/passdb | |
parent | 4e89fbb7d9c2c8e776ab0a819cbf1a1294f07c1b (diff) | |
download | samba-167b0b20e33bef4af5deaff961937dd5fadf481d.tar.gz samba-167b0b20e33bef4af5deaff961937dd5fadf481d.tar.xz samba-167b0b20e33bef4af5deaff961937dd5fadf481d.zip |
spelling mistake, #ifdef'd out for non-developers (oops!)
Diffstat (limited to 'source/passdb')
-rw-r--r-- | source/passdb/smbpass.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/passdb/smbpass.c b/source/passdb/smbpass.c index 694cceb39f6..2686f1d68fc 100644 --- a/source/passdb/smbpass.c +++ b/source/passdb/smbpass.c @@ -408,6 +408,11 @@ static BOOL mod_smbfilepwd_entry(struct smb_passwd* pwd, BOOL override) int wr_len; int fd; +#ifdef DEBUG_PASSWORD + DEBUG(100,("mod_smbfilepwd_entry: password entries\n")); + dump_data(100, pwd->smb_passwd, 16); + dump_data(100, pwd->smb_nt_passwd, 16); +#endif if (!*pfile) { DEBUG(0, ("No SMB password file set\n")); return False; |