diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-08-26 10:53:02 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-08-26 10:53:02 +0530 |
commit | e0a69f5cb8147bc9d746de14ec66d060c583d863 (patch) | |
tree | 3cdf75d0cafa047f7ab70a132a94f3ba91c49004 /nscd | |
parent | 8c12f01d07fd6a0eea9f012b5547abc6b0fc8b91 (diff) | |
download | glibc-e0a69f5cb8147bc9d746de14ec66d060c583d863.tar.gz glibc-e0a69f5cb8147bc9d746de14ec66d060c583d863.tar.xz glibc-e0a69f5cb8147bc9d746de14ec66d060c583d863.zip |
Fix indentation in aicache.c
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/aicache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/aicache.c b/nscd/aicache.c index 23dcf80af6..0461b83079 100644 --- a/nscd/aicache.c +++ b/nscd/aicache.c @@ -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 |