Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/common.h')
-rw-r--r--nslcd/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nslcd/common.h b/nslcd/common.h
index 5d69581..69b7b2f 100644
--- a/nslcd/common.h
+++ b/nslcd/common.h
@@ -142,8 +142,6 @@ int nslcd_shadow_all(TFILE *fp,MYLDAP_SESSION *session);
} \
/* write the final result code */ \
WRITE_INT32(fp,NSLCD_RESULT_NOTFOUND); \
- /* we're done */ \
- WRITE_FLUSH(fp); \
return 0; \
}