svn commit: samba r11530 - in branches/SAMBA_3_0/source/lib: .

jra at samba.org jra at samba.org
Sun Nov 6 01:55:10 GMT 2005


Author: jra
Date: 2005-11-06 01:55:09 +0000 (Sun, 06 Nov 2005)
New Revision: 11530

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

Log:
Add the "time offset" parameter back in for people who
might use it.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/lib/time.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/time.c
===================================================================
--- branches/SAMBA_3_0/source/lib/time.c	2005-11-06 01:46:12 UTC (rev 11529)
+++ branches/SAMBA_3_0/source/lib/time.c	2005-11-06 01:55:09 UTC (rev 11530)
@@ -104,7 +104,7 @@
 	if (!tm) {
 		return 0;
 	}
-	return tm_diff(&tm_utc,tm);
+	return tm_diff(&tm_utc,tm) + 60*extra_time_offset;
 }
 
 /*******************************************************************



More information about the samba-cvs mailing list