projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa3a2b
)
- adjust FWD/BCK to new channel numbering
author
Bart Polot
<bart.polot+voyager@gmail.com>
Wed, 8 Feb 2017 18:41:06 +0000
(19:41 +0100)
committer
Bart Polot
<bart.polot+voyager@gmail.com>
Wed, 8 Feb 2017 18:41:06 +0000
(19:41 +0100)
src/cadet/cadet_api.c
patch
|
blob
|
history
diff --git
a/src/cadet/cadet_api.c
b/src/cadet/cadet_api.c
index 644f755ec69f34b77a94d9ddb7b0401c966e5126..e20796d174aeb7c76a307848bca352f10c002e3b 100644
(file)
--- a/
src/cadet/cadet_api.c
+++ b/
src/cadet/cadet_api.c
@@
-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),