spelling mistake, #ifdef'd out for non-developers (oops!)
authorLuke Leighton <lkcl@samba.org>
Fri, 5 Mar 1999 22:37:02 +0000 (22:37 +0000)
committerLuke Leighton <lkcl@samba.org>
Fri, 5 Mar 1999 22:37:02 +0000 (22:37 +0000)
(This used to be commit 167b0b20e33bef4af5deaff961937dd5fadf481d)

source3/passdb/smbpass.c

index 694cceb39f6e94ca2e0c9d4ddbe9e35e45cb0797..2686f1d68fc47e1db662733e82a356f79ed7976c 100644 (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;