mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
Fix indentation in aicache.c
This commit is contained in:
parent
8c12f01d07
commit
e0a69f5cb8
@ -1,3 +1,7 @@
|
||||
2013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* nscd/aicache.c (addhstaiX): Fix indentation.
|
||||
|
||||
2013-08-25 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac: Quote $build_pt_chown test.
|
||||
|
@ -101,7 +101,7 @@ addhstaiX (struct database_dyn *db, int fd, request_header *req,
|
||||
"dns [!UNAVAIL=return] files", &nip);
|
||||
|
||||
if (__res_maybe_init (&_res, 0) == -1)
|
||||
no_more = 1;
|
||||
no_more = 1;
|
||||
|
||||
/* If we are looking for both IPv4 and IPv6 address we don't want
|
||||
the lookup functions to automatically promote IPv4 addresses to
|
||||
|
Loading…
Reference in New Issue
Block a user