r12620: Get rid of automatically generated lists of init functions of subsystems.
[bbaumbach/samba-autobuild/.git] / source4 / smbd / server.c
index e09c993f3c81933e2d645e8778dd09f90d3ba649..513fa19c428150d9240473f3a1ef3b2eed4f4c29 100644 (file)
@@ -33,6 +33,7 @@
 #include "registry/registry.h"
 #include "ntvfs/ntvfs.h"
 #include "ntptr/ntptr.h"
+#include "auth/gensec/gensec.h"
 
 /*
   recursively delete a directory tree
@@ -217,7 +218,7 @@ static int binary_smbd_main(const char *binary_name, int argc, const char *argv[
                exit(1);
        }
 
-       smbd_init_subsystems;
+       gensec_init();
 
        registry_init(); /* FIXME: maybe run this in the initialization function 
                                                of the winreg RPC server instead? */