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/ether.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/ether.c')
-rw-r--r-- | nslcd/ether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/ether.c b/nslcd/ether.c index 53d4716..7133719 100644 --- a/nslcd/ether.c +++ b/nslcd/ether.c @@ -160,7 +160,7 @@ static int write_ether(TFILE *fp,MYLDAP_ENTRY *entry, for (i=0;names[i]!=NULL;i++) for (j=0;ethers[j]!=NULL;j++) { - WRITE_INT32(fp,NSLCD_RESULT_SUCCESS); + WRITE_INT32(fp,NSLCD_RESULT_BEGIN); WRITE_STRING(fp,names[i]); WRITE_ETHER(fp,ethers[j]); } |