diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-02-19 17:00:47 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-02-19 17:00:47 +0100 |
commit | aff8c7a9a700d31bdbc0ccb1b8f594ab62255e16 (patch) | |
tree | a275e271d8010340e5dca2362bd6c6f2ffec3eac /ChangeLog | |
parent | 6793dd51d8e7d4f3408c183c6f7dc86acd7f1330 (diff) | |
download | glibc-aff8c7a9a700d31bdbc0ccb1b8f594ab62255e16.tar glibc-aff8c7a9a700d31bdbc0ccb1b8f594ab62255e16.tar.gz glibc-aff8c7a9a700d31bdbc0ccb1b8f594ab62255e16.tar.bz2 glibc-aff8c7a9a700d31bdbc0ccb1b8f594ab62255e16.zip |
res_ninit: Update comment
Since commit e66e7419a6f58200eec6941b14e2dcff9875cc6c (Actually make
it possible to user the default name server.), the default is
INADDR_LOOPBACK, not INADDR_ANY.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2016-02-19 Florian Weimer <fweimer@redhat.com> + * resolv/res_init.c (res_ninit): Update comment. + +2016-02-19 Florian Weimer <fweimer@redhat.com> + [BZ #19505] * posix/spawn_int.h: Add headers and include guard. (__spawn_valid_fd): New function. |