diff options
author | Tim Potter <tpot@samba.org> | 2003-01-15 22:15:07 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-01-15 22:15:07 +0000 |
commit | 9184bf744b14dc730dc89abeb1f9202de961217d (patch) | |
tree | 00e332f79ff39ebc2bf2d4ace95e430bc5862714 | |
parent | d456bec06ef5f59e3b20907679a4f5783a3da45e (diff) | |
download | samba-9184bf744b14dc730dc89abeb1f9202de961217d.tar.gz samba-9184bf744b14dc730dc89abeb1f9202de961217d.tar.bz2 samba-9184bf744b14dc730dc89abeb1f9202de961217d.zip |
Removed level 0 DEBUG leftover from testing.
(This used to be commit 7ed8046d043743d1a7af70eaa1d215e8c04e7700)
-rw-r--r-- | source3/smbd/chgpasswd.c | 3 |
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); |