projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c6c2a
)
dont remove files
author
Nathan S. Evans
<evans@in.tum.de>
Wed, 27 Jul 2011 13:56:02 +0000
(13:56 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Wed, 27 Jul 2011 13:56:02 +0000
(13:56 +0000)
src/nse/nse-profiler.c
patch
|
blob
|
history
diff --git
a/src/nse/nse-profiler.c
b/src/nse/nse-profiler.c
index 8ca1b8ed940215bdc231ec472674c4ae6e2d8c60..e1c64d4421cdd669ef16ffa668dc5e2f07a0eb02 100644
(file)
--- 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;
}