summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-23 13:10:55 +0100
committerVolker Lendecke <vl@samba.org>2009-12-23 13:11:55 +0100
commit5aa0d97464dd876e64b95cc9b302509430603217 (patch)
tree74142861b626bc4bda56b424a38c5c7dee04b553 /source3/winbindd
parent6dc924fcf3d994e4566d9aab8e5b1b58912ac567 (diff)
downloadsamba-5aa0d97464dd876e64b95cc9b302509430603217.tar.gz
samba-5aa0d97464dd876e64b95cc9b302509430603217.tar.bz2
samba-5aa0d97464dd876e64b95cc9b302509430603217.zip
s3: wbinfo --ping-dc is not cacheable
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/winbindd_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c
index c4bc936a5d..6e70a18c35 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;