aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-17 13:55:08 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-17 13:55:08 +0000
commit7402a01c58bc72833e5a126bc204a21d8db908d2 (patch)
tree3ec24bbbd15c2a42bdf089dc76c3bd3a0ddd487b /src/transport/transport_api.c
parent2e30d52c8b5dfa6587b3cfc94ca035d51ff7b7af (diff)
downloadgnunet-7402a01c58bc72833e5a126bc204a21d8db908d2.tar.gz
gnunet-7402a01c58bc72833e5a126bc204a21d8db908d2.zip
removing bad reserved field, small refactoring
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index a258172d5..41ef306b7 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -543,7 +543,6 @@ demultiplexer (void *cls, const struct GNUNET_MessageHeader *msg)
543 break; 543 break;
544 } 544 }
545 im = (const struct InboundMessage *) msg; 545 im = (const struct InboundMessage *) msg;
546 GNUNET_break (0 == ntohl (im->reserved));
547 ats_count = ntohl (im->ats_count); 546 ats_count = ntohl (im->ats_count);
548 imm = (const struct GNUNET_MessageHeader *) &((&(im->ats))[ats_count + 1]); 547 imm = (const struct GNUNET_MessageHeader *) &((&(im->ats))[ats_count + 1]);
549 548