diff options
Diffstat (limited to 'source4/torture/locktest.c')
-rw-r--r-- | source4/torture/locktest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/locktest.c b/source4/torture/locktest.c index a94a6f1ec9..be2d3022da 100644 --- a/source4/torture/locktest.c +++ b/source4/torture/locktest.c @@ -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; |