- adjust FWD/BCK to new channel numbering
authorBart Polot <bart.polot+voyager@gmail.com>
Wed, 8 Feb 2017 18:41:06 +0000 (19:41 +0100)
committerBart Polot <bart.polot+voyager@gmail.com>
Wed, 8 Feb 2017 18:41:06 +0000 (19:41 +0100)
src/cadet/cadet_api.c

index 644f755ec69f34b77a94d9ddb7b0401c966e5126..e20796d174aeb7c76a307848bca352f10c002e3b 100644 (file)
@@ -1027,7 +1027,7 @@ handle_local_data (void *cls,
 
   payload = (struct GNUNET_MessageHeader *) &message[1];
   type = ntohs (payload->type);
-  fwd = ntohl (ch->ccn.channel_of_client) >= GNUNET_CADET_LOCAL_CHANNEL_ID_CLI;
+  fwd = ntohl (ch->ccn.channel_of_client) <= GNUNET_CADET_LOCAL_CHANNEL_ID_CLI;
   LOG (GNUNET_ERROR_TYPE_DEBUG,
        "Got a %s data on channel %s [%X] of type %s (%u)\n",
        GC_f2s (fwd),