Use a custom init function for samba4 that sets a samba4
[tprouty/samba.git] / source4 / torture / smbtorture.c
index e1e84247b4b73491727c1394d6830c2e7548f45f..37d7d171caddb788287a64c12daefcca6d076f72 100644 (file)
@@ -689,7 +689,7 @@ int main(int argc,char *argv[])
                exit(1);
        }
 
-       torture = torture_context_init(event_context_init(NULL), ui_ops);
+       torture = torture_context_init(s4_event_context_init(NULL), ui_ops);
        if (basedir != NULL) {
                if (basedir[0] != '/') {
                        fprintf(stderr, "Please specify an absolute path to --basedir\n");