_nss_nis_initgroups_dyn: Return status instead of NSS_STATUS_SUCCESS
authorFlorian Weimer <fweimer@redhat.com>
Mon, 2 Mar 2015 09:07:12 +0000 (10:07 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 2 Mar 2015 09:08:12 +0000 (10:08 +0100)
ChangeLog
nis/nss_nis/nis-initgroups.c

index 2c7f548..99b00f4 100644 (file)
--- 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]
index d22b241..ed5c26b 100644 (file)
@@ -326,5 +326,5 @@ done:
       free (intern.next);
     }
 
-  return NSS_STATUS_SUCCESS;
+  return status;
 }