Files
bind9/lib/dns/sec
Mark Andrews 7f2ad79f65 "do" was missing from the RETERR macro:
#define RETERR(x) do { \
        ret = (x); \
        if (ret != ISC_R_SUCCESS) \
                return (ret); \
        } while (0)
1999-10-29 05:25:57 +00:00
..
1999-10-11 22:00:27 +00:00
add
1999-07-13 01:53:40 +00:00