aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-service-scalarproduct_bob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalarproduct/gnunet-service-scalarproduct_bob.c')
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct_bob.c5
1 files changed, 0 insertions, 5 deletions
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,
1134 struct BobServiceSession *s; 1134 struct BobServiceSession *s;
1135 const struct ServiceRequestMessage *msg; 1135 const struct ServiceRequestMessage *msg;
1136 1136
1137 if (ntohs (message->size) != sizeof (struct ServiceRequestMessage))
1138 {
1139 GNUNET_break_op (0);
1140 return GNUNET_SYSERR;
1141 }
1142 msg = (const struct ServiceRequestMessage *) message; 1137 msg = (const struct ServiceRequestMessage *) message;
1143 if (GNUNET_YES == in->in_map) 1138 if (GNUNET_YES == in->in_map)
1144 { 1139 {