INN commit: branches/2.6/backends (actsync.c)

INN Commit rra at isc.org
Thu May 5 12:46:27 UTC 2016


    Date: Thursday, May 5, 2016 @ 05:46:27
  Author: iulius
Revision: 10020

Remove stdin flushing

Even though it arguably has defined behaviur, actsync is not
actually relying on it.

Modified:
  branches/2.6/backends/actsync.c

-----------+
 actsync.c |    1 -
 1 file changed, 1 deletion(-)

Modified: actsync.c
===================================================================
--- actsync.c	2016-05-05 12:45:41 UTC (rev 10019)
+++ actsync.c	2016-05-05 12:46:27 UTC (rev 10020)
@@ -2536,7 +2536,6 @@
     if (mode == OUTPUT_IEXEC) {
 
 	/* ask the question */
-	fflush(stdin);
 	fflush(stdout);
 	fflush(stderr);
 	if (type == NULL) {



More information about the inn-committers mailing list