summaryrefslogtreecommitdiffstats
path: root/source/libsmb
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-14 06:29:20 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-14 06:29:20 +0000
commit69f5f9f88935de1f63ffc9aa19c0629b395e66e6 (patch)
treea7fc3653694e18a2232e1e635688dbfc0e06302f /source/libsmb
parentbff457b4a469c03977683c4521464c41f74db1ae (diff)
downloadsamba-69f5f9f88935de1f63ffc9aa19c0629b395e66e6.tar.gz
samba-69f5f9f88935de1f63ffc9aa19c0629b395e66e6.tar.xz
samba-69f5f9f88935de1f63ffc9aa19c0629b395e66e6.zip
dce/rpc
Diffstat (limited to 'source/libsmb')
-rw-r--r--source/libsmb/pwd_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/pwd_cache.c b/source/libsmb/pwd_cache.c
index c4c578cde65..bbd5f63d4b7 100644
--- a/source/libsmb/pwd_cache.c
+++ b/source/libsmb/pwd_cache.c
@@ -219,7 +219,7 @@ void pwd_make_lm_nt_owf(struct pwd_info *pwd, uchar cryptkey[8])
#ifdef DEBUG_PASSWORD
DEBUG(100,("lm_owf_passwd: "));
- dump_data(100, pwd->smb_nt_owf, sizeof(pwd->smb_nt_owf));
+ dump_data(100, pwd->smb_lm_owf, sizeof(pwd->smb_lm_owf));
DEBUG(100,("lm_sess_pwd: "));
dump_data(100, pwd->smb_lm_pwd, sizeof(pwd->smb_lm_pwd));
#endif