r20614: Dummy-checkin to trigger the build
authorVolker Lendecke <vlendec@samba.org>
Mon, 8 Jan 2007 16:52:58 +0000 (16:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:58 +0000 (12:16 -0500)
(This used to be commit 7e444e1612fa49f7db4de3256e6c67025db28806)

source3/passdb/passdb.c

index ae7f57fb5a11a187313c058f8a6745cc3ee2e0b7..310ab50d14b6062fb87261bce2192f37972649b6 100644 (file)
@@ -1445,10 +1445,11 @@ BOOL pdb_update_autolock_flag(struct samu *sampass, BOOL *updated)
                  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))) {