]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/nss_ldap/patches/nss_ldap-265-setnetgrent.patch
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / nss_ldap / patches / nss_ldap-265-setnetgrent.patch
1 --- nss_ldap/ldap-netgrp.c
2 +++ nss_ldap/ldap-netgrp.c
3 @@ -372,7 +372,7 @@ _nss_ldap_setnetgrent (char *group, stru
4 _nss_ldap_filt_getnetgrent, LM_NETGROUP,
5 _nss_ldap_load_netgr);
6
7 - if (stat == NSS_NOTFOUND)
8 + if (stat != NSS_SUCCESS)
9 return stat;
10
11 LOOKUP_SETENT (_ngbe);