summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/auth_server_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/ntlm/auth_server_service.c')
-rw-r--r--source4/auth/ntlm/auth_server_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/auth_server_service.c b/source4/auth/ntlm/auth_server_service.c
index df47117ba4..65b9dc2e45 100644
--- a/source4/auth/ntlm/auth_server_service.c
+++ b/source4/auth/ntlm/auth_server_service.c
@@ -22,5 +22,5 @@
NTSTATUS server_service_auth_init(void)
{
- return auth_init();
+ return auth4_init();
}