View | Details | Raw Unified | Return to bug 10851 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/resolv/res_init.c
0
++ b/resolv/res_init.c
Lines 183-189 __res_vinit(res_state statp, int preinit) { Link Here
183
#endif
183
#endif
184
	statp->nsaddr.sin_family = AF_INET;
184
	statp->nsaddr.sin_family = AF_INET;
185
	statp->nsaddr.sin_port = htons(NAMESERVER_PORT);
185
	statp->nsaddr.sin_port = htons(NAMESERVER_PORT);
186
	statp->nscount = 0;
186
	statp->nscount = 1;
187
	statp->ndots = 1;
187
	statp->ndots = 1;
188
	statp->pfcode = 0;
188
	statp->pfcode = 0;
189
	statp->_vcsock = -1;
189
	statp->_vcsock = -1;

Return to bug 10851