svn commit: samba r1779 - trunk/source/auth

jra at samba.org jra at samba.org
Thu Aug 12 18:21:32 GMT 2004


Author: jra
Date: 2004-08-12 18:21:32 +0000 (Thu, 12 Aug 2004)
New Revision: 1779
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1779&nolog=1
Log:
Remove the UTC comment as it isn't.
Jeremy.

Modified:
   trunk/source/auth/auth_sam.c

Changeset:
Modified: trunk/source/auth/auth_sam.c
===================================================================
--- trunk/source/auth/auth_sam.c	2004-08-12 18:20:02 UTC (rev 1778)
+++ trunk/source/auth/auth_sam.c	2004-08-12 18:21:32 UTC (rev 1779)
@@ -92,12 +92,12 @@
 	bitmask = 1 << (bitpos % 8);
 
 	if (! (hours[bitpos/8] & bitmask)) {
-		DEBUG(1,("logon_hours_ok: Account for user %s not allowed to logon at this time (UTC %s).\n",
+		DEBUG(1,("logon_hours_ok: Account for user %s not allowed to logon at this time (%s).\n",
 			pdb_get_username(sampass), asctime(utctime) ));
 		return False;
 	}
 
-	DEBUG(5,("logon_hours_ok: user %s allowed to logon at this time (UTC %s)\n",
+	DEBUG(5,("logon_hours_ok: user %s allowed to logon at this time (%s)\n",
 		pdb_get_username(sampass), asctime(utctime) ));
 
 	return True;



More information about the samba-cvs mailing list