K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-09-02T04:16:21.000000Z K 7 svn:log V 364 Clear up a minor bogosity in yp_match(): we have YPMATCHCACHE turned on, which is fine, except that _yp_dobind() is called before we check the cache. The means we can return from the cache check (if we have a hit) without calling _yp_unbind(). We should do the cache check first and _then_ drop into the section that binds the server and does the yp_match query. END