aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_api.c')
-rw-r--r--src/mesh/mesh_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index 479203f45..77ae1217f 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -1697,7 +1697,7 @@ GNUNET_MESH_announce_regex (struct GNUNET_MESH_Handle *h,
1697 msg->compression_characters = htons (compression_characters); 1697 msg->compression_characters = htons (compression_characters);
1698 memcpy (&msg[1], regex, len); 1698 memcpy (&msg[1], regex, len);
1699 1699
1700 send_packet(h, msg, NULL); 1700 send_packet(h, &msg->header, NULL);
1701 } 1701 }
1702} 1702}
1703 1703