summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-09-27 11:49:11 +0200
committerVolker Lendecke <vl@samba.org>2009-09-28 17:54:20 +0200
commitdef5bf57c550862196528515cbedc8bbc79db59a (patch)
tree08fe8b3cb74d06e8d29ca850eaf74faff039ec64 /source3/winbindd/winbindd_proto.h
parent93db77adcb140d2510af07dab5002709dd14549f (diff)
downloadsamba-def5bf57c550862196528515cbedc8bbc79db59a.tar.gz
samba-def5bf57c550862196528515cbedc8bbc79db59a.tar.bz2
samba-def5bf57c550862196528515cbedc8bbc79db59a.zip
s3:winbind: Sanitize the args for find_auth_domain: It only needs the flags
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index d7f5761bcf..cf8a9a3fb2 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -494,8 +494,8 @@ void ndr_print_winbindd_domain(struct ndr_print *ndr,
/* The following definitions come from winbindd/winbindd_pam.c */
-struct winbindd_domain *find_auth_domain(struct winbindd_cli_state *state,
- const char *domain_name);
+struct winbindd_domain *find_auth_domain(uint8_t flags,
+ const char *domain_name);
NTSTATUS append_auth_data(struct winbindd_cli_state *state,
struct netr_SamInfo3 *info3,
const char *name_domain,