diff options
-rw-r--r-- | source4/auth/ntlm/auth_sam.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/ntlm/auth_sam.c b/source4/auth/ntlm/auth_sam.c index f234f7229c..c8d6e5b19f 100644 --- a/source4/auth/ntlm/auth_sam.c +++ b/source4/auth/ntlm/auth_sam.c @@ -379,6 +379,7 @@ static const struct auth_operations sam_ops = { .get_user_info_dc_principal = authsam_get_user_info_dc_principal_wrapper }; +_PUBLIC_ NTSTATUS auth4_sam_init(void); _PUBLIC_ NTSTATUS auth4_sam_init(void) { NTSTATUS ret; |