aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-05 18:02:27 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-05 18:02:27 +0000
commit7de0ce15a52e32e4258d8008f8bbab3c71599a0e (patch)
tree7f69c05b331199d99065f381190bcc03fd2927f4 /src/conversation
parentad4b11942be849ee4f97810d4614c60dab4931f5 (diff)
downloadgnunet-7de0ce15a52e32e4258d8008f8bbab3c71599a0e.tar.gz
gnunet-7de0ce15a52e32e4258d8008f8bbab3c71599a0e.zip
-fix message type
Diffstat (limited to 'src/conversation')
-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,