summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-01-15 22:20:16 +0000
committerTim Potter <tpot@samba.org>2003-01-15 22:20:16 +0000
commit3a5a4159882635800b57fc766c7d4e2ec0297bb9 (patch)
tree547154dc4638e69fc2bedc5653318ddb4d26b07d /source3/smbd
parentba41aa6863494ec67b416defe843c79febb080bb (diff)
downloadsamba-3a5a4159882635800b57fc766c7d4e2ec0297bb9.tar.gz
samba-3a5a4159882635800b57fc766c7d4e2ec0297bb9.tar.bz2
samba-3a5a4159882635800b57fc766c7d4e2ec0297bb9.zip
Remove debugging stmt.
(This used to be commit d74382ccfe7e96e20816dd2d481b79fb66f2f243)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/chgpasswd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/chgpasswd.c b/source3/smbd/chgpasswd.c
index 1c31d9757a..401ab131ad 100644
--- a/source3/smbd/chgpasswd.c
+++ b/source3/smbd/chgpasswd.c
@@ -863,9 +863,6 @@ static NTSTATUS check_oem_password(const char *user,
new_pw_len = IVAL(lmdata, 512);
- DEBUG(0, ("** new_pw_len = %d, new_passwd_size = %d\n",
- new_pw_len, new_passwd_size));
-
if (new_pw_len < 0 || new_pw_len > new_passwd_size - 1) {
DEBUG(0,("check_oem_password: incorrect password length (%d).\n", new_pw_len));
pdb_free_sam(&sampass);