aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-08-29 13:18:28 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-08-29 13:18:28 +0000
commit2e28718de3bfbef0645d830c62b297e187474f85 (patch)
tree055d9b19e442fe604038cdb1f814cb5763fef83c /src/transport/test_plugin_transport.c
parenta4b74ef335873379d374d372bcce7c4228095bd5 (diff)
downloadgnunet-2e28718de3bfbef0645d830c62b297e187474f85.tar.gz
gnunet-2e28718de3bfbef0645d830c62b297e187474f85.zip
changes
Diffstat (limited to 'src/transport/test_plugin_transport.c')
-rw-r--r--src/transport/test_plugin_transport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c
index 4934dcdad..dae1130df 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -144,6 +144,7 @@ end ()
144{ 144{
145 struct AddressWrapper *w; 145 struct AddressWrapper *w;
146 int c = 0; 146 int c = 0;
147 ok = 0;
147 148
148 if (GNUNET_SCHEDULER_NO_TASK != timeout_task) 149 if (GNUNET_SCHEDULER_NO_TASK != timeout_task)
149 { 150 {
@@ -169,6 +170,7 @@ end ()
169 GNUNET_break (0); 170 GNUNET_break (0);
170 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 171 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
171 _("Plugin did not remove %u addresses \n"), c); 172 _("Plugin did not remove %u addresses \n"), c);
173 ok = 1;
172 } 174 }
173 175
174 176
@@ -182,8 +184,6 @@ end ()
182 GNUNET_HELPER_stop (suid_helper); 184 GNUNET_HELPER_stop (suid_helper);
183 suid_helper = NULL; 185 suid_helper = NULL;
184 } 186 }
185
186 ok = 0;
187} 187}
188 188
189static void 189static void