From 63a3783c05732d89c4faa1f4519d7e83f26e2a5a Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 19 Apr 2009 13:51:47 +0000 Subject: clear up protocol description in nslcd.h, renaming NSLCD_RESULT_SUCCESS to NSLCD_RESULT_BEGIN git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@834 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nslcd/host.c') diff --git a/nslcd/host.c b/nslcd/host.c index 86875e5..d7eba7a 100644 --- a/nslcd/host.c +++ b/nslcd/host.c @@ -136,7 +136,7 @@ static int write_host(TFILE *fp,MYLDAP_ENTRY *entry) return 0; } /* write the entry */ - WRITE_INT32(fp,NSLCD_RESULT_SUCCESS); + WRITE_INT32(fp,NSLCD_RESULT_BEGIN); WRITE_STRING(fp,hostname); WRITE_STRINGLIST_EXCEPT(fp,hostnames,hostname); for (numaddr=0;addresses[numaddr]!=NULL;numaddr++) -- cgit v1.2.3