From ac193579e7db00c7a2ea0aadaaf0d34c10dcf1a5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 10 Apr 2004 20:18:22 +0000 Subject: r152: a quick airport commit .... added ldbedit, a _really_ useful command added ldbadd, ldbdel, ldbsearch and ldbmodify to build solved lots of timezone issues, we now pass the torture tests with client and server in different zones fixed several build issues I know this breaks the no-LDAP build. Wait till I arrive in San Jose for that fix. (This used to be commit af34710d4da1841653624fe304b1c8d812c0fdd9) --- source4/smbd/process.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/smbd/process.c') diff --git a/source4/smbd/process.c b/source4/smbd/process.c index 592a0efc99..183f0655da 100644 --- a/source4/smbd/process.c +++ b/source4/smbd/process.c @@ -88,9 +88,6 @@ void smbd_process_init(void) if (!dcesrv_init()) exit(1); - /* re-initialise the timezone */ - TimeInit(); - talloc_destroy(mem_ctx); } -- cgit