mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#7937 flush data to socket
This commit is contained in:
parent
c1f04881be
commit
11594db633
@ -48,6 +48,7 @@ sock_read_and_send_results(
|
|||||||
char line[BUFSIZ];
|
char line[BUFSIZ];
|
||||||
char ebuf[128];
|
char ebuf[128];
|
||||||
|
|
||||||
|
(void) fflush(fp);
|
||||||
/* read in the result and send it along */
|
/* read in the result and send it along */
|
||||||
buf = (char *) ch_malloc( BUFSIZ );
|
buf = (char *) ch_malloc( BUFSIZ );
|
||||||
buf[0] = '\0';
|
buf[0] = '\0';
|
||||||
|
Loading…
Reference in New Issue
Block a user