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:
d32c908
)
unused
author
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 17 Oct 2011 20:36:11 +0000
(20:36 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 17 Oct 2011 20:36:11 +0000
(20:36 +0000)
src/transport/test_quota_compliance.c
patch
|
blob
|
history
diff --git
a/src/transport/test_quota_compliance.c
b/src/transport/test_quota_compliance.c
index 3ad236e4210a64af0a2a8e94c9e98cb4731eec0d..15b4468d9974c3949598774b0a86c7f46955b139 100644
(file)
--- a/
src/transport/test_quota_compliance.c
+++ b/
src/transport/test_quota_compliance.c
@@
-572,7
+572,6
@@
check ()
int
main (int argc, char *argv[])
{
- int ret;
int nat_res;
tth = GNUNET_TRANSPORT_TESTING_init ();
@@
-611,7
+610,7
@@
main (int argc, char *argv[])
GNUNET_TRANSPORT_TESTING_get_config_name (argv[0], &cfg_file_p1, 1);
GNUNET_TRANSPORT_TESTING_get_config_name (argv[0], &cfg_file_p2, 2);
-
ret =
check ();
+ check ();
GNUNET_free (cfg_file_p1);
GNUNET_free (cfg_file_p2);