INN commit: trunk/innfeed (host.c)
INN Commit
Russ_Allbery at isc.org
Tue May 12 06:18:45 UTC 2009
Date: Monday, May 11, 2009 @ 23:18:45
Author: iulius
Revision: 8459
Adjust old and new values for max connexions during a
reconfiguration of a host in innfeed.
Modified:
trunk/innfeed/host.c
--------+
host.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: host.c
===================================================================
--- host.c 2009-05-12 06:12:42 UTC (rev 8458)
+++ host.c 2009-05-12 06:18:45 UTC (rev 8459)
@@ -589,7 +589,8 @@
* just changing "dynamic-method" requires this call
* to be made
*/
- hostAlterMaxConnections(h, absMaxCxns, h->maxConnections, false);
+ hostAlterMaxConnections(h, h->params->absMaxConnections,
+ h->params->absMaxConnections, false);
for ( i = 0 ; i < MAXCONLIMIT(h->params->absMaxConnections) ; i++ )
if (h->connections[i] != NULL)
More information about the inn-committers
mailing list