From 79b34d1b11e685d068b9c0ac9a0ec06eaa263d82 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 23 Nov 2001 00:52:29 +0000 Subject: 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) --- source3/utils/smbtree.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/utils/smbtree.c') diff --git a/source3/utils/smbtree.c b/source3/utils/smbtree.c index 9ce8120bba..13df0451f0 100644 --- a/source3/utils/smbtree.c +++ b/source3/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(); -- cgit