4cc738f763
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. |
||
---|---|---|
.. | ||
Makefile.inc | ||
xdryp.c | ||
yplib.c |