From 35c147a6fc15b787d88be6f0fb54bc9650d52731 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Tue, 25 Dec 2007 17:02:20 +0000 Subject: remove NSLCD_RESULT_UNAVAIL because it's not needed anymore (the connection is broken when an error occurs) and rename NSLCD_RESULT_NOTFOUND into NSLCD_RESULT_END to better match its meaning git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@530 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nslcd') diff --git a/nslcd/common.h b/nslcd/common.h index 69b7b2f..4a8aa8b 100644 --- a/nslcd/common.h +++ b/nslcd/common.h @@ -141,7 +141,7 @@ int nslcd_shadow_all(TFILE *fp,MYLDAP_SESSION *session); writefn; \ } \ /* write the final result code */ \ - WRITE_INT32(fp,NSLCD_RESULT_NOTFOUND); \ + WRITE_INT32(fp,NSLCD_RESULT_END); \ return 0; \ } -- cgit v1.2.3