From: Volker Lendecke Date: Wed, 23 Dec 2009 12:10:55 +0000 (+0100) Subject: s3: wbinfo --ping-dc is not cacheable X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=c8733d989981315b422857e7b4be9a2035914606;p=samba.git s3: wbinfo --ping-dc is not cacheable --- diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c index c4bc936a5d6..6e70a18c352 100644 --- a/source3/winbindd/winbindd_cache.c +++ b/source3/winbindd/winbindd_cache.c @@ -4361,6 +4361,7 @@ static bool wcache_opnum_cacheable(uint32_t opnum) case NDR_WBINT_ALLOCATEGID: case NDR_WBINT_CHECKMACHINEACCOUNT: case NDR_WBINT_CHANGEMACHINEACCOUNT: + case NDR_WBINT_PINGDC: return false; } return true;