diff options
author | Jeremy Allison <jra@samba.org> | 2008-08-27 17:29:10 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-08-27 17:29:10 -0700 |
commit | 29af730964e567a8391ee381aae3b9aaa7e5e7e1 (patch) | |
tree | 280a676846bb191c94885145704ce3b486a2d706 /source3/include | |
parent | 1d26beb7084efdfcadb4a1cebe5a0d7cdcd2b454 (diff) | |
download | samba-29af730964e567a8391ee381aae3b9aaa7e5e7e1.tar.gz samba-29af730964e567a8391ee381aae3b9aaa7e5e7e1.tar.bz2 samba-29af730964e567a8391ee381aae3b9aaa7e5e7e1.zip |
Fix the wcache_invalidate_samlogon calls.
Jeremy.
(This used to be commit 7c820899ed1364fdaeb7b49e8ddd839e67397ec0)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2145a892c6..d5e942a6d7 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5002,7 +5002,7 @@ void pwd_get_cleartext(struct pwd_info *pwd, fstring clr); bool netsamlogon_cache_init(void); bool netsamlogon_cache_shutdown(void); -void netsamlogon_clear_cached_user(TDB_CONTEXT *tdb, struct netr_SamInfo3 *info3); +void netsamlogon_clear_cached_user(struct netr_SamInfo3 *info3); bool netsamlogon_cache_store(const char *username, struct netr_SamInfo3 *info3); struct netr_SamInfo3 *netsamlogon_cache_get(TALLOC_CTX *mem_ctx, const DOM_SID *user_sid); bool netsamlogon_cache_have(const DOM_SID *user_sid); |