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/include/structs.h | 1 - source4/winbind/wb_pam_auth.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/include/structs.h b/source4/include/structs.h index 00f0ad9384..e67eca5c5c 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -262,7 +262,6 @@ struct wins_server; struct nbt_dc_name; struct wb_sid_object; -struct pam_auth_crap_state; struct cldap_socket; struct cldapd_server; 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