aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_portreservation.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-11-01 22:03:59 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-11-01 22:03:59 +0000
commite5b30eb25d2994dc45f7944c5b0f1ce129cd41c5 (patch)
tree2f589c007614db21919a735a2216f2c07eace908 /src/testing/test_testing_portreservation.c
parent4d501ee10c63e2edc044d6bcdb8ba060f78b34e5 (diff)
downloadgnunet-e5b30eb25d2994dc45f7944c5b0f1ce129cd41c5.tar.gz
gnunet-e5b30eb25d2994dc45f7944c5b0f1ce129cd41c5.zip
fix
Diffstat (limited to 'src/testing/test_testing_portreservation.c')
-rw-r--r--src/testing/test_testing_portreservation.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testing/test_testing_portreservation.c b/src/testing/test_testing_portreservation.c
index 9a69916fa..98690fc1c 100644
--- a/src/testing/test_testing_portreservation.c
+++ b/src/testing/test_testing_portreservation.c
@@ -96,9 +96,7 @@ int main (int argc, char *argv[])
96 options, 96 options,
97 &run, 97 &run,
98 NULL)) 98 NULL))
99 {
100 return 1; 99 return 1;
101 }
102 return (GNUNET_OK == status) ? 0 : 1; 100 return (GNUNET_OK == status) ? 0 : 1;
103} 101}
104 102