summaryrefslogtreecommitdiff
path: root/nss/netgroup.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-10-26 11:48:29 +0000
committerArthur de Jong <arthur@arthurdejong.org>2012-10-26 11:48:29 +0000
commit0f4ae2e4a427762e66f21b82d85f4383951a5a42 (patch)
tree7be1adc224a389cc202d10d70978430eda27f23a /nss/netgroup.c
parentca03d77726b7cc0645c8d08d1548c63394b4eea8 (diff)
introduce ent2str() functions for each database (except ether and netgroup) and make buffer handling consistent (for Solaris)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1808 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss/netgroup.c')
-rw-r--r--nss/netgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/netgroup.c b/nss/netgroup.c
index f490d5b..8978c20 100644
--- a/nss/netgroup.c
+++ b/nss/netgroup.c
@@ -217,7 +217,7 @@ static nss_status_t netgroup_setnetgrent_getnetgrent(nss_backend_t *be,void *arg
{
/* no more netgroup */
found=1; done=1;
- errno=ENOENT;
+ errno=ENOENT; /* TODO: probably don't do this */
}
else
{