aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-05 21:57:29 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-05 21:57:29 +0000
commit449a22a729ad691987b7bb68bdfc65ae6ade9c0d (patch)
treefb16976b47b579c6f6bbfba6b35b15a17214a173 /src/scalarproduct
parentaad05c380ac72973a458fb3fbd513375d5bd787a (diff)
downloadgnunet-449a22a729ad691987b7bb68bdfc65ae6ade9c0d.tar.gz
gnunet-449a22a729ad691987b7bb68bdfc65ae6ade9c0d.zip
-add missing break
Diffstat (limited to 'src/scalarproduct')
-rw-r--r--src/scalarproduct/gnunet-scalarproduct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scalarproduct/gnunet-scalarproduct.c b/src/scalarproduct/gnunet-scalarproduct.c
index 925d4d8c3..5fabb7f6e 100644
--- a/src/scalarproduct/gnunet-scalarproduct.c
+++ b/src/scalarproduct/gnunet-scalarproduct.c
@@ -163,6 +163,7 @@ requester_callback (void *cls,
163 "Session %s with peer %s failed: API failure\n", 163 "Session %s with peer %s failed: API failure\n",
164 GNUNET_h2s (&closure->key), 164 GNUNET_h2s (&closure->key),
165 GNUNET_i2s (&closure->peer)); 165 GNUNET_i2s (&closure->peer));
166 break;
166 case GNUNET_SCALARPRODUCT_Status_ServiceDisconnected: 167 case GNUNET_SCALARPRODUCT_Status_ServiceDisconnected:
167 LOG (GNUNET_ERROR_TYPE_ERROR, 168 LOG (GNUNET_ERROR_TYPE_ERROR,
168 "Session %s with peer %s was disconnected from service.\n", 169 "Session %s with peer %s was disconnected from service.\n",