svn commit: samba r1780 - branches/SAMBA_3_0/source/auth

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


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

Modified:
   branches/SAMBA_3_0/source/auth/auth_sam.c

Changeset:
Modified: branches/SAMBA_3_0/source/auth/auth_sam.c
===================================================================
--- branches/SAMBA_3_0/source/auth/auth_sam.c	2004-08-12 18:21:32 UTC (rev 1779)
+++ branches/SAMBA_3_0/source/auth/auth_sam.c	2004-08-12 18:21:42 UTC (rev 1780)
@@ -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