aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/conversation/gnunet-service-conversation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c
index 2bb7caea7..b2d8af2c3 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -857,7 +857,7 @@ handle_mesh_pickup_message (void *cls,
857 } 857 }
858 pick = (struct ClientPhonePickupMessage *) buf; 858 pick = (struct ClientPhonePickupMessage *) buf;
859 pick->header.size = sizeof (buf); 859 pick->header.size = sizeof (buf);
860 pick->header.type = htons (GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_PICK_UP); 860 pick->header.type = htons (GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_PICKED_UP);
861 memcpy (&pick[1], metadata, len); 861 memcpy (&pick[1], metadata, len);
862 GNUNET_SERVER_notification_context_unicast (nc, 862 GNUNET_SERVER_notification_context_unicast (nc,
863 line->client, 863 line->client,