mirror of
https://github.com/opnsense/src.git
synced 2026-03-15 15:12:37 -04:00
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 | ||