svn commit: samba r4701 - in branches/SAMBA_4_0/source/libcli/util: .

metze at samba.org metze at samba.org
Wed Jan 12 07:19:15 GMT 2005


Author: metze
Date: 2005-01-12 07:19:15 +0000 (Wed, 12 Jan 2005)
New Revision: 4701

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4701

Log:
remove debugs

metze

Modified:
   branches/SAMBA_4_0/source/libcli/util/smbencrypt.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/util/smbencrypt.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/util/smbencrypt.c	2005-01-12 07:03:29 UTC (rev 4700)
+++ branches/SAMBA_4_0/source/libcli/util/smbencrypt.c	2005-01-12 07:19:15 UTC (rev 4701)
@@ -486,8 +486,6 @@
 
 	/* 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;
 	}
 



More information about the samba-cvs mailing list