diff options
author | Tim Potter <tpot@samba.org> | 2001-11-23 00:52:29 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-11-23 00:52:29 +0000 |
commit | 8fc772c9e5770cd3a8857670214dcff033ebae32 (patch) | |
tree | 7c8d2f6e0aa6193202be25934249c32c9542cb18 /source/utils/smbtree.c | |
parent | 8f01a8b07883d18f44da665cbc8e5fba04d3bc91 (diff) | |
download | samba-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/utils/smbtree.c')
-rw-r--r-- | source/utils/smbtree.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/utils/smbtree.c b/source/utils/smbtree.c index 9ce8120bbad..13df0451f0f 100644 --- a/source/utils/smbtree.c +++ b/source/utils/smbtree.c @@ -338,8 +338,6 @@ static BOOL print_tree(struct user_auth_info *user_info) setup_logging(argv[0],True); - TimeInit(); - lp_load(dyn_CONFIGFILE,True,False,False); load_interfaces(); |