summaryrefslogtreecommitdiffstats
path: root/source3/utils/nmblookup.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
commit79b34d1b11e685d068b9c0ac9a0ec06eaa263d82 (patch)
tree7333a5c9d1ce43319880185d936a373b0fd8caa2 /source3/utils/nmblookup.c
parent5788899a480c3b4c79a1970dbd1634cc3fed4de6 (diff)
downloadsamba-79b34d1b11e685d068b9c0ac9a0ec06eaa263d82.tar.gz
samba-79b34d1b11e685d068b9c0ac9a0ec06eaa263d82.tar.xz
samba-79b34d1b11e685d068b9c0ac9a0ec06eaa263d82.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. (This used to be commit 8fc772c9e5770cd3a8857670214dcff033ebae32)
Diffstat (limited to 'source3/utils/nmblookup.c')
-rw-r--r--source3/utils/nmblookup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/utils/nmblookup.c b/source3/utils/nmblookup.c
index 44f0558bf6c..cad9bf85c35 100644
--- a/source3/utils/nmblookup.c
+++ b/source3/utils/nmblookup.c
@@ -199,8 +199,6 @@ int main(int argc,char *argv[])
DEBUGLEVEL = 1;
*lookup = 0;
- TimeInit();
-
setup_logging(argv[0],True);
while ((opt = getopt(argc, argv, "d:B:U:i:s:SMrhART")) != EOF)