From: Nathan S. Evans Date: Wed, 27 Jul 2011 13:56:02 +0000 (+0000) Subject: dont remove files X-Git-Tag: initial-import-from-subversion-38251~17599 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3e3a641a4c8e894c13767956cc237d01539b1c1e;p=oweals%2Fgnunet.git dont remove files --- 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; }