Skip to content
Snippets Groups Projects
Commit 05bc086a authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

ITS#7937 flush data to socket

parent 5ebeec95
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment