From: Trond Norbye Date: Sat, 5 Dec 2009 12:53:58 +0000 (+0100) Subject: Don't create a core if the client explicitly told it not to X-Git-Tag: 0.37~80^2~2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=7edae79266d5c4afb1750e4891bb2e4254ab61e4;p=awesomized%2Flibmemcached Don't create a core if the client explicitly told it not to --- diff --git a/tests/test.c b/tests/test.c index aa850116..7480d29d 100644 --- a/tests/test.c +++ b/tests/test.c @@ -48,8 +48,6 @@ void create_core(void) { if (getenv("LIBMEMCACHED_NO_COREDUMP") == NULL && fork() == 0) abort(); - - abort(); } int main(int argc, char *argv[])