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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c
index 0c72cea3f..51d75330f 100644
--- a/src/dv/plugin_transport_dv.c
+++ b/src/dv/plugin_transport_dv.c
@@ -487,7 +487,7 @@ dv_plugin_send (void *cls,
487 box = GNUNET_malloc (sizeof (struct GNUNET_MessageHeader) + msgbuf_size); 487 box = GNUNET_malloc (sizeof (struct GNUNET_MessageHeader) + msgbuf_size);
488 box->type = htons (GNUNET_MESSAGE_TYPE_DV_BOX); 488 box->type = htons (GNUNET_MESSAGE_TYPE_DV_BOX);
489 box->size = htons (sizeof (struct GNUNET_MessageHeader) + msgbuf_size); 489 box->size = htons (sizeof (struct GNUNET_MessageHeader) + msgbuf_size);
490 memcpy (&box[1], msgbuf, msgbuf_size); 490 GNUNET_memcpy (&box[1], msgbuf, msgbuf_size);
491 msg = box; 491 msg = box;
492 } 492 }
493 GNUNET_DV_send (plugin->dvh, 493 GNUNET_DV_send (plugin->dvh,