From 6d9b2e62cbd7712fe8cfe99c9d596a375a0abfad Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 31 Mar 2010 20:57:01 +0200 Subject: s3: Make check_info3_in_group static --- source3/winbindd/winbindd_pam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/winbindd/winbindd_pam.c') diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c index 5285f16c63..74b82370bf 100644 --- a/source3/winbindd/winbindd_pam.c +++ b/source3/winbindd/winbindd_pam.c @@ -234,8 +234,8 @@ static NTSTATUS append_afs_token(TALLOC_CTX *mem_ctx, return NT_STATUS_OK; } -NTSTATUS check_info3_in_group(struct netr_SamInfo3 *info3, - const char *group_sid) +static NTSTATUS check_info3_in_group(struct netr_SamInfo3 *info3, + const char *group_sid) /** * Check whether a user belongs to a group or list of groups. * -- cgit