Re: [Pvfs2-developers] [patch] SIGHUP fix

2009-12-04 Thread Phil Carns
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

[Pvfs2-developers] [patch] SIGHUP fix

2009-12-03 Thread Bart Taylor
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