mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-26 08:42:53 -05:00
ITS#7937 flush data to socket
This commit is contained in:
parent
c1f04881be
commit
11594db633
1 changed files with 1 additions and 0 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue