aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-05 12:44:06 +0000
committerChristian Grothoff <christian@grothoff.org>2015-09-05 12:44:06 +0000
commitaff9093b9a8874c841763d5ea8d4adc2197e861e (patch)
treefd750f9914e31ae65626c873c59ec428066a9908 /src/scalarproduct
parentf5c6fcbd2e1257460e07eaf4b102491f66af7cf1 (diff)
downloadgnunet-aff9093b9a8874c841763d5ea8d4adc2197e861e.tar.gz
gnunet-aff9093b9a8874c841763d5ea8d4adc2197e861e.zip
-redundant
Diffstat (limited to 'src/scalarproduct')
-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 {