mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
You can't dump_data() a function pointer...
Andrew Bartlett
(This used to be commit 4f7b2f51b0
)
This commit is contained in:
parent
cd41846aa5
commit
1c3c995221
@ -921,7 +921,7 @@ BOOL check_plaintext_password(char *user, char *old_passwd,
|
||||
DEBUG(100, ("check_plaintext_password: old_ntpw \n"));
|
||||
dump_data(100, old_ntpw, 16);
|
||||
DEBUG(100, ("check_plaintext_password: lanman_passwd \n"));
|
||||
dump_data(100, pdb_get_lanman_passwd, 16);
|
||||
dump_data(100, pdb_get_lanman_passwd(sampass), 16);
|
||||
DEBUG(100, ("check_plaintext_password: old_pw\n"));
|
||||
dump_data(100, old_pw, 16);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user