summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-12-25 16:53:42 +0000
committerArthur de Jong <arthur@arthurdejong.org>2007-12-25 16:53:42 +0000
commitc5527db3081076cb41e3b1e7e184c32d2e9d2c93 (patch)
treecbded3393de8846c8ab64156e4d8a072aea0faa4
parent13273f7ab790705b8d42fe87b912682e5c1a0258 (diff)
no need for us to flush the buffer since our caller closes the stream immediatly (or could otherwise pass the flushing to another thread)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@529 ef36b2f9-881f-0410-afb5-c4e39611909c
-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; \
}