From: Christian Grothoff Date: Sat, 5 Sep 2015 12:44:06 +0000 (+0000) Subject: -redundant X-Git-Tag: initial-import-from-subversion-38251~1434 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aff9093b9a8874c841763d5ea8d4adc2197e861e;p=oweals%2Fgnunet.git -redundant --- diff --git a/src/scalarproduct/gnunet-service-scalarproduct_bob.c b/src/scalarproduct/gnunet-service-scalarproduct_bob.c index 25a74386a..c0404d595 100644 --- a/src/scalarproduct/gnunet-service-scalarproduct_bob.c +++ b/src/scalarproduct/gnunet-service-scalarproduct_bob.c @@ -1134,11 +1134,6 @@ handle_alices_computation_request (void *cls, struct BobServiceSession *s; const struct ServiceRequestMessage *msg; - if (ntohs (message->size) != sizeof (struct ServiceRequestMessage)) - { - GNUNET_break_op (0); - return GNUNET_SYSERR; - } msg = (const struct ServiceRequestMessage *) message; if (GNUNET_YES == in->in_map) {