From fef48c0cc8b58536ed2f3338fc7c790a846f305d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 12 Jan 2005 07:19:15 +0000 Subject: r4701: remove debugs metze (This used to be commit 9db0d19413beb4a0a0b48f4223600ff8dff33728) --- source4/libcli/util/smbencrypt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4') diff --git a/source4/libcli/util/smbencrypt.c b/source4/libcli/util/smbencrypt.c index ee423fbbba..bd2aae3db1 100644 --- a/source4/libcli/util/smbencrypt.c +++ b/source4/libcli/util/smbencrypt.c @@ -486,8 +486,6 @@ BOOL decode_pw_buffer(uint8_t in_buffer[516], char *new_pwrd, /* Password cannot be longer than the size of the password buffer */ if ( (byte_len < 0) || (byte_len > 512)) { - DEBUG(0, ("decode_pw_buffer: incorrect password length (%d).\n", byte_len)); - DEBUG(0, ("decode_pw_buffer: check that 'encrypt passwords = yes'\n")); return False; } -- cgit