removed some of the most obvious exit() statements, which are now with the dynamic...
authorMarc Cromme <marc@indexdata.dk>
Mon, 23 Apr 2007 08:15:22 +0000 (08:15 +0000)
committerMarc Cromme <marc@indexdata.dk>
Mon, 23 Apr 2007 08:15:22 +0000 (08:15 +0000)
commit315af5c601a268e2d0da60477c3470a6c12654c9
treeef2f55a752588b851d4eff07678fcb80a4d4ed98
parent197410f262777b4955b23be723afe80d5f63cf77
removed some of the most obvious exit() statements, which are now with the dynamic settings system a very easy way to kill the srver: just send a malformed settings file, and it's dead. Still many other exit() needs attention.
src/http.c
src/logic.c
src/settings.c