summaryrefslogtreecommitdiff
path: root/source3/lib/time.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-23 22:10:34 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-23 22:10:34 +0100
commitef80d1b794a209ee446c7a586530a5fdd51175f2 (patch)
tree9c368f4a0d281ca1ba48e575fc25638d59dc27ef /source3/lib/time.c
parentd0eeb9aa8db42ed1fc18024614560820354e6dfa (diff)
downloadsamba-ef80d1b794a209ee446c7a586530a5fdd51175f2.tar.gz
samba-ef80d1b794a209ee446c7a586530a5fdd51175f2.tar.bz2
samba-ef80d1b794a209ee446c7a586530a5fdd51175f2.zip
Fix use of "time offset" parameter, and add test to make sure I don't break it again :-)
Diffstat (limited to 'source3/lib/time.c')
-rw-r--r--source3/lib/time.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/time.c b/source3/lib/time.c
index db2266fcbf..cae6b479b0 100644
--- a/source3/lib/time.c
+++ b/source3/lib/time.c
@@ -131,8 +131,6 @@ time_t convert_uint32_to_time_t(uint32_t u)
return (time_t)u;
}
-int extra_time_offset=0;
-
/****************************************************************************
Check if NTTIME is 0.
****************************************************************************/