diff options
Diffstat (limited to 'source/smbd/server.c')
-rw-r--r-- | source/smbd/server.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/smbd/server.c b/source/smbd/server.c index 2e0fb1868d4..16a092f152f 100644 --- a/source/smbd/server.c +++ b/source/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()) { |