From 3a5a4159882635800b57fc766c7d4e2ec0297bb9 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 15 Jan 2003 22:20:16 +0000 Subject: Remove debugging stmt. (This used to be commit d74382ccfe7e96e20816dd2d481b79fb66f2f243) --- source3/smbd/chgpasswd.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3') 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); -- cgit