| 355 | } |
| 356 | |
| 357 | static int h_daemon(int argc, unsigned char **argv){ |
| 358 | if(!conf.demon)daemonize(); |
| 359 | conf.demon = 1; |
| 360 | return 0; |
| 361 | } |
| 362 | |
| 363 | static int h_config(int argc, unsigned char **argv){ |
| 364 | if(conf.conffile)myfree(conf.conffile); |
nothing calls this directly
no test coverage detected