aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_union.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-25 19:36:44 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-25 19:36:44 +0200
commit981cc68a63c71ba11aaca84f559f3cf86a29c0ec (patch)
tree5196b264c461b609a128188e78a42b9972c845c3 /src/set/gnunet-service-set_union.c
parent169f1c8c1db0a6d8cebf308ced1de064eadcdc4d (diff)
downloadgnunet-981cc68a63c71ba11aaca84f559f3cf86a29c0ec.tar.gz
gnunet-981cc68a63c71ba11aaca84f559f3cf86a29c0ec.zip
fix configuration parsing issue with inlines from configuration not in cwd
Diffstat (limited to 'src/set/gnunet-service-set_union.c')
-rw-r--r--src/set/gnunet-service-set_union.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c
index 4ca10f0b4..b2983545f 100644
--- a/src/set/gnunet-service-set_union.c
+++ b/src/set/gnunet-service-set_union.c
@@ -1467,8 +1467,6 @@ maybe_finish (struct Operation *op)
1467 num_demanded); 1467 num_demanded);
1468 if (0 == num_demanded) 1468 if (0 == num_demanded)
1469 { 1469 {
1470 struct GNUNET_MQ_Envelope *ev;
1471
1472 op->state->phase = PHASE_DONE; 1470 op->state->phase = PHASE_DONE;
1473 send_client_done (op); 1471 send_client_done (op);
1474 destroy_channel (op); 1472 destroy_channel (op);
@@ -1894,8 +1892,6 @@ handle_union_p2p_full_done (void *cls,
1894 break; 1892 break;
1895 case PHASE_FULL_SENDING: 1893 case PHASE_FULL_SENDING:
1896 { 1894 {
1897 struct GNUNET_MQ_Envelope *ev;
1898
1899 LOG (GNUNET_ERROR_TYPE_DEBUG, 1895 LOG (GNUNET_ERROR_TYPE_DEBUG,
1900 "got FULL DONE, finishing\n"); 1896 "got FULL DONE, finishing\n");
1901 /* We sent the full set, and got the response for that. We're done. */ 1897 /* We sent the full set, and got the response for that. We're done. */