summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-12-11 14:27:54 +0100
committerVolker Lendecke <vlendec@samba.org>2010-12-19 23:25:06 +0100
commita159958065e195413f459a82643c780d80b6c088 (patch)
tree098103983dc2f65914c3fca8249b21bbf1c85d20 /source3/winbindd/winbindd_proto.h
parente113b1c64f1dfd84911050379d06d9ffc4958db3 (diff)
downloadsamba-a159958065e195413f459a82643c780d80b6c088.tar.gz
samba-a159958065e195413f459a82643c780d80b6c088.tar.bz2
samba-a159958065e195413f459a82643c780d80b6c088.zip
s3: wcache_invalidate_samlogon only needs the SID
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 9ddfe87480..dc563c9dac 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -68,7 +68,7 @@ NTSTATUS wcache_save_creds(struct winbindd_domain *domain,
const struct dom_sid *sid,
const uint8 nt_pass[NT_HASH_LEN]);
void wcache_invalidate_samlogon(struct winbindd_domain *domain,
- struct netr_SamInfo3 *info3);
+ const struct dom_sid *user_sid);
bool wcache_invalidate_cache(void);
bool wcache_invalidate_cache_noinit(void);
bool init_wcache(void);