Thanks Bart. This is integrated into CVS now.
-Phil
Bart Taylor wrote:
Attached is a small patch that fixes a problem with handling SIGHUP
signals. The server alias string is freed early in server.c, so garbage
gets passed into PINT_parse_config when a SIGHUP is received. I moved
the free in
Attached is a small patch that fixes a problem with handling SIGHUP signals.
The server alias string is freed early in server.c, so garbage gets passed
into PINT_parse_config when a SIGHUP is received. I moved the free into the
server shutdown function.
Bart.
sighup.patch
Description: Binary dat