ume 2006-04-08 18:19:35 UTC
FreeBSD src repository
Modified files:
lib/libc/resolv res_state.c
Log:
Don't test if RES_INIT is set to see res_state structure is
initialized. Some application may reset RES_INIT. Use the
way in __res_vinit(), instead.
Revision Changes Path
1.2 +1 -1 src/lib/libc/resolv/res_state.c