r12620: Get rid of automatically generated lists of init functions of subsystems.
[abartlet/samba.git/.git] / source4 / torture / locktest.c
index a94a6f1ec9ebec1d409681f1fa6317b30aad82f6..be2d3022da525848be8014ce8a6061dc519c297b 100644 (file)
@@ -22,7 +22,7 @@
 #include "system/filesys.h"
 #include "system/time.h"
 #include "pstring.h"
-#include "smb_build.h"
+#include "auth/gensec/gensec.h"
 
 static int numops = 1000;
 static BOOL showall;
@@ -550,7 +550,7 @@ static void usage(void)
                servers[1] = servers[0];
        }
 
-       locktest_init_subsystems;
+       gensec_init();
 
        argc -= optind;
        argv += optind;