From 3e3a641a4c8e894c13767956cc237d01539b1c1e Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 27 Jul 2011 13:56:02 +0000 Subject: [PATCH] dont remove files --- src/nse/nse-profiler.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nse/nse-profiler.c b/src/nse/nse-profiler.c index 8ca1b8ed9..e1c64d442 100644 --- a/src/nse/nse-profiler.c +++ b/src/nse/nse-profiler.c @@ -730,7 +730,9 @@ main (int argc, char *argv[]) argv, "nse-profiler", gettext_noop ("Run a test of the NSE service."), options, &run, &ok); +#if REMOVE_DIR GNUNET_DISK_directory_remove ("/tmp/nse-profiler"); +#endif return ret; } -- 2.25.1