INN commit: trunk/backends (actsync.c)
INN Commit
rra at isc.org
Mon Apr 4 20:57:06 UTC 2016
Date: Monday, April 4, 2016 @ 13:57:06
Author: iulius
Revision: 10003
Remove stdin flushing
Even though it arguably has defined behaviur, actsync is not
actually relying on it.
Modified:
trunk/backends/actsync.c
-----------+
actsync.c | 1 -
1 file changed, 1 deletion(-)
Modified: actsync.c
===================================================================
--- actsync.c 2016-04-04 20:54:21 UTC (rev 10002)
+++ actsync.c 2016-04-04 20:57:06 UTC (rev 10003)
@@ -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