svn commit: samba r20614 - in branches/SAMBA_3_0/source/passdb: .

vlendec at samba.org vlendec at samba.org
Mon Jan 8 16:52:59 GMT 2007


Author: vlendec
Date: 2007-01-08 16:52:58 +0000 (Mon, 08 Jan 2007)
New Revision: 20614

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

Log:
Dummy-checkin to trigger the build
Modified:
   branches/SAMBA_3_0/source/passdb/passdb.c


Changeset:
Modified: branches/SAMBA_3_0/source/passdb/passdb.c
===================================================================
--- branches/SAMBA_3_0/source/passdb/passdb.c	2007-01-08 16:11:44 UTC (rev 20613)
+++ branches/SAMBA_3_0/source/passdb/passdb.c	2007-01-08 16:52:58 UTC (rev 20614)
@@ -1445,10 +1445,11 @@
 		  pdb_get_username(sampass), (uint32)LastBadPassword, duration*60, (uint32)time(NULL)));
 
 	if (LastBadPassword == (time_t)0) {
-		DEBUG(1,("pdb_update_autolock_flag: Account %s administratively locked out with no \
-bad password time. Leaving locked out.\n",
-			pdb_get_username(sampass) ));
-			return True;
+		DEBUG(1,("pdb_update_autolock_flag: Account %s "
+			 "administratively locked out with no bad password "
+			 "time. Leaving locked out.\n",
+			 pdb_get_username(sampass) ));
+		return True;
 	}
 
 	if ((time(NULL) > (LastBadPassword + (time_t) duration * 60))) {



More information about the samba-cvs mailing list