aboutsummaryrefslogtreecommitdiff
path: root/src/dv/plugin_transport_dv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dv/plugin_transport_dv.c')
-rw-r--r--src/dv/plugin_transport_dv.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c
index 4762c4c11..83a89abba 100644
--- a/src/dv/plugin_transport_dv.c
+++ b/src/dv/plugin_transport_dv.c
@@ -257,15 +257,10 @@ dv_plugin_send (void *cls,
257 priority, 257 priority,
258 timeout, 258 timeout,
259 addr, 259 addr,
260 addrlen); 260 addrlen,
261 261 cont,
262 if (cont != NULL) 262 cont_cls);
263 { 263
264 if (ret == 0)
265 cont(cont_cls, target, GNUNET_OK);
266 else
267 cont(cont_cls, target, GNUNET_SYSERR);
268 }
269 return ret; 264 return ret;
270} 265}
271 266