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:
4280ed1
)
RPS tests (fix): Do not try to close files when there are no open ones
author
Julius Bünger
<buenger@mytum.de>
Thu, 13 Dec 2018 15:36:37 +0000
(16:36 +0100)
committer
Julius Bünger
<buenger@mytum.de>
Thu, 13 Dec 2018 15:36:37 +0000
(16:36 +0100)
src/rps/test_rps.c
patch
|
blob
|
history
diff --git
a/src/rps/test_rps.c
b/src/rps/test_rps.c
index 72dc90b17b4cda27eb1b4333cdd0d03fbc4a0402..63a6007aed3724184714fc4433123dbd41c72acb 100644
(file)
--- a/
src/rps/test_rps.c
+++ b/
src/rps/test_rps.c
@@
-806,7
+806,6
@@
shutdown_op (void *cls)
GNUNET_TESTBED_operation_done (rps_peers[i].op);
}
}
- close_all_files();
}