summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2001-10-22 06:53:28 +0000
committerSimo Sorce <idra@samba.org>2001-10-22 06:53:28 +0000
commit4e5eb48b0752aa0a34b9c88b39430efb945e5535 (patch)
treeda7d09479d225846c94141c98f92adffcb0dce10 /source3/smbd/server.c
parent4ccdb15532ef707dea44e2c7316e2a3334abab86 (diff)
downloadsamba-4e5eb48b0752aa0a34b9c88b39430efb945e5535.tar.gz
samba-4e5eb48b0752aa0a34b9c88b39430efb945e5535.tar.bz2
samba-4e5eb48b0752aa0a34b9c88b39430efb945e5535.zip
lets try the new mangling code
all the calls go through a compatibility interface will change that soon a new mangle.tdb file will be set in the lock directory it contains a static mapping longname<->manglename (This used to be commit 1ffacd2068a896d36a9e56b6e28c63e2f7e98762)
Diffstat (limited to 'source3/smbd/server.c')
-rw-r--r--source3/smbd/server.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 2e0fb1868d..16a092f152 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -844,6 +844,11 @@ 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()) {