r4701: remove debugs
authorStefan Metzmacher <metze@samba.org>
Wed, 12 Jan 2005 07:19:15 +0000 (07:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:45 +0000 (13:08 -0500)
metze
(This used to be commit 9db0d19413beb4a0a0b48f4223600ff8dff33728)

source4/libcli/util/smbencrypt.c

index ee423fbbbae6891db9256e34937baa8258756662..bd2aae3db111bf8ce76bd03901352d6221cc3c9b 100644 (file)
@@ -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;
        }