summaryrefslogtreecommitdiffstats
path: root/source/client/client.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-11-23 00:52:29 +0000
committerTim Potter <tpot@samba.org>2001-11-23 00:52:29 +0000
commit8fc772c9e5770cd3a8857670214dcff033ebae32 (patch)
tree7c8d2f6e0aa6193202be25934249c32c9542cb18 /source/client/client.c
parent8f01a8b07883d18f44da665cbc8e5fba04d3bc91 (diff)
downloadsamba-8fc772c9e5770cd3a8857670214dcff033ebae32.tar.gz
samba-8fc772c9e5770cd3a8857670214dcff033ebae32.tar.xz
samba-8fc772c9e5770cd3a8857670214dcff033ebae32.zip
Removed TimeInit() call from every client program (except for one place
in smbd/process.c where the timezone is reinitialised. Was replaced with check for a static is_initialised boolean.
Diffstat (limited to 'source/client/client.c')
-rw-r--r--source/client/client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/client/client.c b/source/client/client.c
index b4b48da285f..7baab4b2043 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -2450,8 +2450,6 @@ static int do_message_op(void)
}
}
- TimeInit();
-
in_client = True; /* Make sure that we tell lp_load we are */
old_debug = DEBUGLEVEL;