aboutsummaryrefslogtreecommitdiff
path: root/src/set
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-11-26 09:49:15 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-11-26 09:49:15 +0000
commitcbeca30479037a3b95e779cffe858fe9fe028290 (patch)
treea899ac8ced7bb9fcdd4bee9ef7b406091fdb4ca4 /src/set
parenta1afb9704d380fa186ac2ecf05f2d7fce8cf97ef (diff)
downloadgnunet-cbeca30479037a3b95e779cffe858fe9fe028290.tar.gz
gnunet-cbeca30479037a3b95e779cffe858fe9fe028290.zip
missign break
Diffstat (limited to 'src/set')
-rw-r--r--src/set/gnunet-service-set_union.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c
index 9dc688aee..f9abab253 100644
--- a/src/set/gnunet-service-set_union.c
+++ b/src/set/gnunet-service-set_union.c
@@ -1201,7 +1201,7 @@ union_evaluate (struct Operation *op)
1201 op->state->se = strata_estimator_dup (op->spec->set->state->se); 1201 op->state->se = strata_estimator_dup (op->spec->set->state->se);
1202 /* we started the operation, thus we have to send the operation request */ 1202 /* we started the operation, thus we have to send the operation request */
1203 op->state->phase = PHASE_EXPECT_SE; 1203 op->state->phase = PHASE_EXPECT_SE;
1204 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "evaluating union operation"); 1204 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "evaluating union operation\n");
1205 send_operation_request (op); 1205 send_operation_request (op);
1206} 1206}
1207 1207