From 05bc086a20bd442602f33da24ecf991464f79d44 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 11 Sep 2014 10:24:09 +0100 Subject: [PATCH] ITS#7937 flush data to socket --- servers/slapd/back-sock/result.c | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/slapd/back-sock/result.c b/servers/slapd/back-sock/result.c index f6e60c40d0..3fba10fa4e 100644 --- a/servers/slapd/back-sock/result.c +++ b/servers/slapd/back-sock/result.c @@ -48,6 +48,7 @@ sock_read_and_send_results( char line[BUFSIZ]; char ebuf[128]; + (void) fflush(fp); /* read in the result and send it along */ buf = (char *) ch_malloc( BUFSIZ ); buf[0] = '\0'; -- 2.39.2