From c5527db3081076cb41e3b1e7e184c32d2e9d2c93 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Tue, 25 Dec 2007 16:53:42 +0000 Subject: 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 --- nslcd/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'nslcd/common.h') 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; \ } -- cgit v1.2.3