]> Git Repo - uclibc-ng.git/commit
Patch from Jeffrey Damick:
authorEric Andersen <[email protected]>
Sat, 1 Mar 2003 09:12:15 +0000 (09:12 -0000)
committerEric Andersen <[email protected]>
Sat, 1 Mar 2003 09:12:15 +0000 (09:12 -0000)
commit5ba5fdb3544904896d39646f323395738b002103
treecbdd9c5d2c20e78b91bfaa7a6690a74db0b45213
parent5cbc6a7ae1b85577c1f99f6e1175e58a7b3af4d3
Patch from Jeffrey Damick:

With glibc if you do a res_init() that forces a reread of the nameservers file,
but in uClibc the res_init will not force a reread if it has already read the
file because then the nameservers value is greater than 0.

So res_init must call close_nameservers() before calling open_nameservers().
libc/inet/resolv.c
This page took 0.026376 seconds and 4 git commands to generate.