In listen_loop(), reload the configuration files after accepting a new connection...
authorFabian Keil <fk@fabiankeil.de>
Sun, 2 Jan 2011 12:17:03 +0000 (12:17 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 2 Jan 2011 12:17:03 +0000 (12:17 +0000)
commit21224fdce0fcd18f86c5c7c6437c8714e54d5ea9
tree049071f87ea16fcba74571c7c31a85bbe7471287
parent32625bac711ac9601fea6a64ba278259f0eb89e9
In listen_loop(), reload the configuration files after accepting a new connection instead of before.

Previously the first connection that arrived after a configuration
change would still be handled with the old configuration.
jcc.c