diff options
Diffstat (limited to 'nslcd/host.c')
-rw-r--r-- | nslcd/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++) |