Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into ctdb-merge
[nivanova/samba-autobuild/.git] / source3 / smbd / server.c
index db241103ed7a0923acd1df3f500e12319c2e0b39..7116027adfe841502abae99f4d1906d724e789af 100644 (file)
@@ -1313,12 +1313,6 @@ extern void build_options(bool screen);
        if ( is_daemon && !interactive )
                start_background_queue(); 
 
-       /* Always attempt to initialize DMAPI. We will only use it later if
-        * lp_dmapi_support is set on the share, but we need a single global
-        * session to work with.
-        */
-       dmapi_init_session();
-
        if (!open_sockets_smbd(is_daemon, interactive, ports))
                exit(1);