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:
189ee1a
)
- Revert 18513, invalid fix
author
Bart Polot
<bart@net.in.tum.de>
Thu, 8 Dec 2011 15:41:43 +0000
(15:41 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Thu, 8 Dec 2011 15:41:43 +0000
(15:41 +0000)
src/testing/testing_group.c
patch
|
blob
|
history
diff --git
a/src/testing/testing_group.c
b/src/testing/testing_group.c
index 2f59cae727dce7ac38144542cf0b09a931de878d..f56c51381b6518350237a8c371b5857723345b56 100644
(file)
--- a/
src/testing/testing_group.c
+++ b/
src/testing/testing_group.c
@@
-5149,15
+5149,13
@@
stats_check_existing (struct GNUNET_TESTING_PeerGroup *pg,
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (specific_peer->cfg, "statistics",
"unixpath", &unix_domain_socket))
- {
- GNUNET_free (unix_domain_socket);
return GNUNET_NO;
- }
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_number (specific_peer->cfg, "statistics",
"port", &port))
{
+ GNUNET_free (unix_domain_socket);
return GNUNET_NO;
}