fix type -- caught by new MQ logic
authorChristian Grothoff <christian@grothoff.org>
Tue, 5 Jul 2016 14:30:27 +0000 (14:30 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 5 Jul 2016 14:30:27 +0000 (14:30 +0000)
src/conversation/gnunet-service-conversation.c

index d12fbdc56606fd74a9cf82945b3841f47a122515..425f0a3c2f10365393aa2a1393315f452413ea93 100644 (file)
@@ -1059,7 +1059,7 @@ handle_cadet_pickup_message (void *cls,
 {
   struct Channel *ch = *channel_ctx;
   struct Line *line;
-  struct ClientPhonePickupMessage pick;
+  struct ClientPhonePickedupMessage pick;
 
   if (NULL == ch)
   {
@@ -1093,7 +1093,6 @@ handle_cadet_pickup_message (void *cls,
   }
   pick.header.size = htons (sizeof (pick));
   pick.header.type = htons (GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_PICKED_UP);
-  pick.cid = ch->cid;
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Sending PICKED UP message to client\n");
   GNUNET_SERVER_notification_context_unicast (nc,