summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_pam_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/winbind/wb_pam_auth.c')
-rw-r--r--source4/winbind/wb_pam_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_pam_auth.c b/source4/winbind/wb_pam_auth.c
index 2a3873ce6e..bd295e476b 100644
--- a/source4/winbind/wb_pam_auth.c
+++ b/source4/winbind/wb_pam_auth.c
@@ -129,7 +129,7 @@ static void pam_auth_crap_recv_init(struct composite_context *ctx)
pam_auth_crap_recv_samlogon, state);
}
-struct rpc_request *send_samlogon(struct pam_auth_crap_state *state)
+static struct rpc_request *send_samlogon(struct pam_auth_crap_state *state)
{
state->creds_state = cli_credentials_get_netlogon_creds(
state->domain->schannel_creds);