diff options
Diffstat (limited to 'source4/auth/auth.c')
-rw-r--r-- | source4/auth/auth.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/auth/auth.c b/source4/auth/auth.c index 703df21d45..32913f9996 100644 --- a/source4/auth/auth.c +++ b/source4/auth/auth.c @@ -501,3 +501,8 @@ BOOL auth_init(void) DEBUG(3,("AUTH subsystem version %d initialised\n", AUTH_INTERFACE_VERSION)); return True; } + +NTSTATUS server_service_auth_init(void) +{ + return NT_STATUS_OK; +} |