From 7edae79266d5c4afb1750e4891bb2e4254ab61e4 Mon Sep 17 00:00:00 2001 From: Trond Norbye Date: Sat, 5 Dec 2009 13:53:58 +0100 Subject: [PATCH] Don't create a core if the client explicitly told it not to --- tests/test.c | 2 -- 1 file changed, 2 deletions(-) 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[]) -- 2.30.2