Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/protocol.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-04-19 15:51:47 +0200
committerArthur de Jong <arthur@arthurdejong.org>2009-04-19 15:51:47 +0200
commit63a3783c05732d89c4faa1f4519d7e83f26e2a5a (patch)
treec67eb29fdae08d53a98b664dbb98b748685022c9 /nslcd/protocol.c
parent57b29d91d65182378507e9d5362a1618ee235e38 (diff)
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
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);