diff options
author | Volker Lendecke <vl@samba.org> | 2009-12-23 13:10:55 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-12-23 13:11:55 +0100 |
commit | 5aa0d97464dd876e64b95cc9b302509430603217 (patch) | |
tree | 74142861b626bc4bda56b424a38c5c7dee04b553 /source3/winbindd | |
parent | 6dc924fcf3d994e4566d9aab8e5b1b58912ac567 (diff) | |
download | samba-5aa0d97464dd876e64b95cc9b302509430603217.tar.gz samba-5aa0d97464dd876e64b95cc9b302509430603217.tar.xz samba-5aa0d97464dd876e64b95cc9b302509430603217.zip |
s3: wbinfo --ping-dc is not cacheable
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |