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.21-143-g1a2d98a


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  1a2d98aff250d63a945e67954c742d44ff8a98a7 (commit)
      from  e7f07af50b231d3ade6b4d338a65d6b571f96116 (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=1a2d98aff250d63a945e67954c742d44ff8a98a7

commit 1a2d98aff250d63a945e67954c742d44ff8a98a7
Author: Florian Weimer <fweimer@redhat.com>
Date:   Mon Mar 2 10:07:12 2015 +0100

    _nss_nis_initgroups_dyn: Return status instead of NSS_STATUS_SUCCESS

diff --git a/ChangeLog b/ChangeLog
index 2c7f548..99b00f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-02  Florian Weimer  <fweimer@redhat.com>
+
+	* nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
+	Return error status.
+
 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
 
 	[BZ #15969]
diff --git a/nis/nss_nis/nis-initgroups.c b/nis/nss_nis/nis-initgroups.c
index d22b241..ed5c26b 100644
--- a/nis/nss_nis/nis-initgroups.c
+++ b/nis/nss_nis/nis-initgroups.c
@@ -326,5 +326,5 @@ done:
       free (intern.next);
     }
 
-  return NSS_STATUS_SUCCESS;
+  return status;
 }

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

Summary of changes:
 ChangeLog                    |    5 +++++
 nis/nss_nis/nis-initgroups.c |    2 +-
 2 files changed, 6 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]