summaryrefslogtreecommitdiff
path: root/nslcd/ether.c
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/ether.c')
-rw-r--r--nslcd/ether.c2
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]);
}