summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-01-12 07:19:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:45 -0500
commitfef48c0cc8b58536ed2f3338fc7c790a846f305d (patch)
treefa11c4699af99dad05e3166c5ee1c4697f393cd5 /source4
parent1d795fa57b9f0b9c23cecfe0329a5e551ea903ee (diff)
downloadsamba-fef48c0cc8b58536ed2f3338fc7c790a846f305d.tar.gz
samba-fef48c0cc8b58536ed2f3338fc7c790a846f305d.tar.bz2
samba-fef48c0cc8b58536ed2f3338fc7c790a846f305d.zip
r4701: remove debugs
metze (This used to be commit 9db0d19413beb4a0a0b48f4223600ff8dff33728)
Diffstat (limited to 'source4')
-rw-r--r--source4/libcli/util/smbencrypt.c2
1 files changed, 0 insertions, 2 deletions
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;
}