diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 22:10:34 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 22:10:34 +0100 |
commit | ef80d1b794a209ee446c7a586530a5fdd51175f2 (patch) | |
tree | 9c368f4a0d281ca1ba48e575fc25638d59dc27ef /source3/param | |
parent | d0eeb9aa8db42ed1fc18024614560820354e6dfa (diff) | |
download | samba-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/param')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 8f03ae8fd7..274c79904e 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -94,8 +94,6 @@ static int config_backend = CONFIG_BACKEND_FILE; #define USERSHARE_VALID 1 #define USERSHARE_PENDING_DELETE 2 -extern int extra_time_offset; - static bool defaults_saved = False; struct param_opt_struct { |