aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/nse-profiler.c2
1 files changed, 2 insertions, 0 deletions
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[])
730 argv, "nse-profiler", gettext_noop 730 argv, "nse-profiler", gettext_noop
731 ("Run a test of the NSE service."), 731 ("Run a test of the NSE service."),
732 options, &run, &ok); 732 options, &run, &ok);
733#if REMOVE_DIR
733 GNUNET_DISK_directory_remove ("/tmp/nse-profiler"); 734 GNUNET_DISK_directory_remove ("/tmp/nse-profiler");
735#endif
734 return ret; 736 return ret;
735} 737}
736 738