mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
_nss_nis_initgroups_dyn: Return status instead of NSS_STATUS_SUCCESS
This commit is contained in:
parent
e7f07af50b
commit
1a2d98aff2
@ -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]
|
||||
|
@ -326,5 +326,5 @@ done:
|
||||
free (intern.next);
|
||||
}
|
||||
|
||||
return NSS_STATUS_SUCCESS;
|
||||
return status;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user