gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r37461 - gnunet/src/conversation


From: gnunet
Subject: [GNUnet-SVN] r37461 - gnunet/src/conversation
Date: Tue, 5 Jul 2016 16:30:28 +0200

Author: grothoff
Date: 2016-07-05 16:30:27 +0200 (Tue, 05 Jul 2016)
New Revision: 37461

Modified:
   gnunet/src/conversation/gnunet-service-conversation.c
Log:
fix type -- caught by new MQ logic

Modified: gnunet/src/conversation/gnunet-service-conversation.c
===================================================================
--- gnunet/src/conversation/gnunet-service-conversation.c       2016-07-05 
14:17:50 UTC (rev 37460)
+++ gnunet/src/conversation/gnunet-service-conversation.c       2016-07-05 
14:30:27 UTC (rev 37461)
@@ -1059,7 +1059,7 @@
 {
   struct Channel *ch = *channel_ctx;
   struct Line *line;
-  struct ClientPhonePickupMessage pick;
+  struct ClientPhonePickedupMessage pick;
 
   if (NULL == ch)
   {
@@ -1093,7 +1093,6 @@
   }
   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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]