On Mon, Oct 16, 2006 at 08:55:24AM -0400, Robert Blayzor said: > Balzi Andrea wrote: > > FixStaleSocket > > Remove stale socket after unclean shutdown. > > Default: disabled > > > > What are the value to setup it? True? 1? > > > Perhaps the config parser could be made smart enough to accept > (0|1)|(true|false)|(on|off). Then bool wouldn't be in question.
if(!strcasecmp(arg, "yes") || !strcmp(arg, "1") || !strcasecmp(arg, "true")) {
That's exactly what it does.
--
--------------------------------------------------------------------------
| Stephen Gran | I brought my BOWLING BALL -- and some |
| [EMAIL PROTECTED] | DRUGS!! |
| http://www.lobefin.net/~steve | |
--------------------------------------------------------------------------
signature.asc
Description: Digital signature
_______________________________________________ http://lurker.clamav.net/list/clamav-users.html
