This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.18-22-ge0a69f5


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  e0a69f5cb8147bc9d746de14ec66d060c583d863 (commit)
      from  8c12f01d07fd6a0eea9f012b5547abc6b0fc8b91 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=e0a69f5cb8147bc9d746de14ec66d060c583d863

commit e0a69f5cb8147bc9d746de14ec66d060c583d863
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Mon Aug 26 10:53:02 2013 +0530

    Fix indentation in aicache.c

diff --git a/ChangeLog b/ChangeLog
index de2f3cc..b617e96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/nscd/aicache.c b/nscd/aicache.c
index 23dcf80..0461b83 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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |    4 ++++
 nscd/aicache.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]