w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new API
[sfrench/samba-autobuild/.git] / source3 / winbindd / winbindd_cache.c
index 65bbe75cd7f68057f43c69fbe9dae24a67650b7b..5bb76c5b061e8202e1ba585eccd1fe77e748d4d7 100644 (file)
@@ -4356,6 +4356,7 @@ static bool wcache_opnum_cacheable(uint32_t opnum)
        switch (opnum) {
        case NDR_WBINT_PING:
        case NDR_WBINT_QUERYSEQUENCENUMBER:
+       case NDR_WBINT_ALLOCATEUID:
                return false;
        }
        return true;