diff options
author | Volker Lendecke <vl@samba.org> | 2010-12-11 14:19:50 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-12-19 23:25:06 +0100 |
commit | e113b1c64f1dfd84911050379d06d9ffc4958db3 (patch) | |
tree | a47eaecee7ad3e74e99b69a11e129cd04ae57fd2 /source3/winbindd | |
parent | ff5f767d0e31ea0c5311ce48d8e0387eebd84ce8 (diff) | |
download | samba-e113b1c64f1dfd84911050379d06d9ffc4958db3.tar.gz samba-e113b1c64f1dfd84911050379d06d9ffc4958db3.tar.bz2 samba-e113b1c64f1dfd84911050379d06d9ffc4958db3.zip |
s3: netsamlogon_clear_cached_user only needs the SID
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c index 44c6f2b80b..7663063aeb 100644 --- a/source3/winbindd/winbindd_cache.c +++ b/source3/winbindd/winbindd_cache.c @@ -3034,7 +3034,7 @@ void wcache_invalidate_samlogon(struct winbindd_domain *domain, tdb_delete(cache->tdb, string_tdb_data(key_str)); /* Samba/winbindd never needs this. */ - netsamlogon_clear_cached_user(info3); + netsamlogon_clear_cached_user(&sid); } bool wcache_invalidate_cache(void) |