diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-04-19 15:51:47 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-04-19 15:51:47 +0200 |
commit | 63a3783c05732d89c4faa1f4519d7e83f26e2a5a (patch) | |
tree | c67eb29fdae08d53a98b664dbb98b748685022c9 /nslcd/protocol.c | |
parent | 57b29d91d65182378507e9d5362a1618ee235e38 (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.c | 2 |
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); |