1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

Removed level 0 DEBUG leftover from testing.

(This used to be commit 7ed8046d043743d1a7af70eaa1d215e8c04e7700)
This commit is contained in:
Tim Potter 2003-01-15 22:15:07 +00:00
parent d456bec06e
commit 9184bf744b

View File

@ -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);