r26576: Allow the static module loading code to be used for the Python modules.
[metze/old/samba4-sync/samba4-sync.git/.git] / source / auth / auth.c
index 918890b3f621d3e372f3fdb8e85ebeea8f1a649f..4bfc92e8f9de350a39e325762035440b8dcba8dd 100644 (file)
@@ -516,7 +516,7 @@ NTSTATUS auth_init(void)
 {
        static bool initialized = false;
 
-       init_module_fn static_init[] = STATIC_auth_MODULES;
+       init_module_fn static_init[] = { STATIC_auth_MODULES, NULL };
        
        if (initialized) return NT_STATUS_OK;
        initialized = true;