Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/protocol.c')
-rw-r--r--nslcd/protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/protocol.c b/nslcd/protocol.c
index 778ad09..f83f423 100644
--- a/nslcd/protocol.c
+++ b/nslcd/protocol.c
@@ -140,7 +140,7 @@ static int write_protocol(TFILE *fp,MYLDAP_ENTRY *entry)
return 0;
}
/* write entry */
- WRITE_INT32(fp,NSLCD_RESULT_SUCCESS);
+ WRITE_INT32(fp,NSLCD_RESULT_BEGIN);
WRITE_STRING(fp,name);
WRITE_STRINGLIST_EXCEPT(fp,aliases,name);
WRITE_INT32(fp,proto);