aboutsummaryrefslogtreecommitdiff
path: root/src/setu/gnunet-service-setu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setu/gnunet-service-setu.c')
-rw-r--r--src/setu/gnunet-service-setu.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/setu/gnunet-service-setu.c b/src/setu/gnunet-service-setu.c
index a7f2030d0..91a5f45a2 100644
--- a/src/setu/gnunet-service-setu.c
+++ b/src/setu/gnunet-service-setu.c
@@ -2302,7 +2302,7 @@ handle_union_p2p_full_done (void *cls,
2302 2302
2303 switch (op->phase) 2303 switch (op->phase)
2304 { 2304 {
2305 case PHASE_EXPECT_IBF: 2305 case PHASE_FULL_RECEIVING:
2306 { 2306 {
2307 struct GNUNET_MQ_Envelope *ev; 2307 struct GNUNET_MQ_Envelope *ev;
2308 2308
@@ -2332,10 +2332,9 @@ handle_union_p2p_full_done (void *cls,
2332 _GSS_operation_destroy2 (op); 2332 _GSS_operation_destroy2 (op);
2333 return; 2333 return;
2334 } 2334 }
2335 break;
2336 2335
2337 default: 2336 default:
2338 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 2337 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
2339 "Handle full done phase is %u\n", 2338 "Handle full done phase is %u\n",
2340 (unsigned) op->phase); 2339 (unsigned) op->phase);
2341 GNUNET_break_op (0); 2340 GNUNET_break_op (0);