diff -r 137197831306 -r 998844b5ed25 src/server/main.c --- a/src/server/main.c Sun Oct 30 16:26:57 2011 +0100 +++ b/src/server/main.c Sun Nov 13 13:43:01 2011 +0100 @@ -39,7 +39,8 @@ #include "httprequest.h" void test() { - exit(0); + pool_handle_t *pool = pool_create(); + } int main(int argc, char **argv) {