From 0a8291404912ba1873b8158e5aec9ba2541f37f7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 12 Oct 2005 20:56:39 +0000 Subject: r10941: Hmmm. Making that fn static is more correct. (This used to be commit eaf347bdeaaddb655fe72ddb98f3a67ace795937) --- source4/winbind/wb_pam_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/winbind') 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); -- cgit