1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

spelling mistake, #ifdef'd out for non-developers (oops!)

(This used to be commit 167b0b20e3)
This commit is contained in:
Luke Leighton 1999-03-05 22:37:02 +00:00
parent feff9c69db
commit 3e99124f21

View File

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