s3: wbinfo --ping-dc is not cacheable
authorVolker Lendecke <vl@samba.org>
Wed, 23 Dec 2009 12:10:55 +0000 (13:10 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 23 Dec 2009 12:12:29 +0000 (13:12 +0100)
source3/winbindd/winbindd_cache.c

index c4bc936a5d6aa5724ebaf57b0a99dad64e840e1f..6e70a18c3529d62b7dad66b9c6f6883235689d1c 100644 (file)
@@ -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;