diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-10-26 11:48:29 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-10-26 11:48:29 +0000 |
commit | 0f4ae2e4a427762e66f21b82d85f4383951a5a42 (patch) | |
tree | 7be1adc224a389cc202d10d70978430eda27f23a /nss/netgroup.c | |
parent | ca03d77726b7cc0645c8d08d1548c63394b4eea8 (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.c | 2 |
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 { |