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/torture/msgtest.c | |
parent | 8f01a8b07883d18f44da665cbc8e5fba04d3bc91 (diff) | |
download | samba-8fc772c9e5770cd3a8857670214dcff033ebae32.tar.gz |
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/torture/msgtest.c')
-rw-r--r-- | source/torture/msgtest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/torture/msgtest.c b/source/torture/msgtest.c index 31bc1ee6e8d..9f3c083b809 100644 --- a/source/torture/msgtest.c +++ b/source/torture/msgtest.c @@ -42,7 +42,6 @@ void pong_message(int msg_type, pid_t src, void *buf, size_t len) int i, n; char buf[12]; - TimeInit(); setup_logging(argv[0],True); lp_load(dyn_CONFIGFILE,False,False,False); |