Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss/common.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-10-31 13:17:39 +0100
committerArthur de Jong <arthur@arthurdejong.org>2006-10-31 13:17:39 +0100
commitfe8fb00dd57714528535de7e3a8d42f64e7a79aa (patch)
treee8642fbc016b084f6db00950bfb4e6e0d8da784d /nss/common.c
parent93bda65a159e1f03b934fcb7050a5e1fba9bb2b7 (diff)
clear up protocol macros while implementing getpwuid() and {set,get,end}pwent() functions (last not yet on NSS side)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@34 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss/common.c')
-rw-r--r--nss/common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nss/common.c b/nss/common.c
index 4aa1878..9bf1eb6 100644
--- a/nss/common.c
+++ b/nss/common.c
@@ -13,7 +13,6 @@ enum nss_status nslcd2nss(int code)
case NSLCD_RS_UNAVAIL: return NSS_STATUS_UNAVAIL;
case NSLCD_RS_NOTFOUND: return NSS_STATUS_NOTFOUND;
case NSLCD_RS_SUCCESS: return NSS_STATUS_SUCCESS;
- case NSLCD_RS_SMALLBUF: return NSS_STATUS_TRYAGAIN;
default: return NSS_STATUS_UNAVAIL;
}
}