From efaa98e82438688ca178dc7d0622965933abc95c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 8 Oct 2009 10:35:02 +0200 Subject: s3-winbindd: NDR_WBINT_CHECKMACHINEACCOUNT should not be cacheable. Guenther --- source3/winbindd/winbindd_cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c index 6d48fe5f85..543b8b12b7 100644 --- a/source3/winbindd/winbindd_cache.c +++ b/source3/winbindd/winbindd_cache.c @@ -4359,6 +4359,7 @@ static bool wcache_opnum_cacheable(uint32_t opnum) case NDR_WBINT_QUERYSEQUENCENUMBER: case NDR_WBINT_ALLOCATEUID: case NDR_WBINT_ALLOCATEGID: + case NDR_WBINT_CHECKMACHINEACCOUNT: return false; } return true; -- cgit