summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-04-08 01:58:44 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-04-08 01:58:44 +0000
commitc21ff8f76209a1e7138ba06ce262a3e2c2880646 (patch)
treee33f991cbb4d2213267bb324b1b7c08551a6de37 /source3/smbd/server.c
parent0e6eb43e6b9a1dd57dea0b0f852db9240c0f2fde (diff)
downloadsamba-c21ff8f76209a1e7138ba06ce262a3e2c2880646.tar.gz
samba-c21ff8f76209a1e7138ba06ce262a3e2c2880646.tar.bz2
samba-c21ff8f76209a1e7138ba06ce262a3e2c2880646.zip
Reintroduce the 2.2 name mangling code, until we get are more flexible solution.
Even for a hash/cache setup, this code needs some more work, in particular it needs to use mangle_get_prefix() etc and to move to unicode internals. Andrew Bartlett (This used to be commit ad8aa470575c39fcbc7f1440bf1081d7ea31c0aa)
Diffstat (limited to 'source3/smbd/server.c')
-rw-r--r--source3/smbd/server.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index a9f3989735..e3912ba939 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -888,10 +888,6 @@ static void usage(char *pname)
if (!init_oplocks())
exit(1);
- /* Setup mangle */
- if (!init_mangle_tdb())
- exit(1);
-
/* Setup change notify */
if (!init_change_notify())
exit(1);