mirror of
https://github.com/samba-team/samba.git
synced 2025-07-05 04:59:08 +03:00
spelling mistake, #ifdef'd out for non-developers (oops!)
(This used to be commit 167b0b20e3
)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user