aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/conversation/gnunet-service-conversation.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c
index d12fbdc56..425f0a3c2 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -1059,7 +1059,7 @@ handle_cadet_pickup_message (void *cls,
1059{ 1059{
1060 struct Channel *ch = *channel_ctx; 1060 struct Channel *ch = *channel_ctx;
1061 struct Line *line; 1061 struct Line *line;
1062 struct ClientPhonePickupMessage pick; 1062 struct ClientPhonePickedupMessage pick;
1063 1063
1064 if (NULL == ch) 1064 if (NULL == ch)
1065 { 1065 {
@@ -1093,7 +1093,6 @@ handle_cadet_pickup_message (void *cls,
1093 } 1093 }
1094 pick.header.size = htons (sizeof (pick)); 1094 pick.header.size = htons (sizeof (pick));
1095 pick.header.type = htons (GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_PICKED_UP); 1095 pick.header.type = htons (GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_PICKED_UP);
1096 pick.cid = ch->cid;
1097 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1096 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1098 "Sending PICKED UP message to client\n"); 1097 "Sending PICKED UP message to client\n");
1099 GNUNET_SERVER_notification_context_unicast (nc, 1098 GNUNET_SERVER_notification_context_unicast (nc,