aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_union.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-service-set_union.c')
-rw-r--r--src/set/gnunet-service-set_union.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c
index ca4ef2092..87c6faf98 100644
--- a/src/set/gnunet-service-set_union.c
+++ b/src/set/gnunet-service-set_union.c
@@ -2168,8 +2168,7 @@ handle_union_p2p_done (void *cls,
2168 * We should notify the active peer once 2168 * We should notify the active peer once
2169 * all our demands are satisfied, so that the active 2169 * all our demands are satisfied, so that the active
2170 * peer can quit if we gave it everything. 2170 * peer can quit if we gave it everything.
2171 */ 2171 */GNUNET_CADET_receive_done (op->channel);
2172 GNUNET_CADET_receive_done (op->channel);
2173 maybe_finish (op); 2172 maybe_finish (op);
2174 return; 2173 return;
2175 2174
@@ -2182,8 +2181,7 @@ handle_union_p2p_done (void *cls,
2182 * 2181 *
2183 * We'll close the channel 2182 * We'll close the channel
2184 * to the other peer once our demands are met. 2183 * to the other peer once our demands are met.
2185 */ 2184 */op->state->phase = PHASE_FINISH_CLOSING;
2186 op->state->phase = PHASE_FINISH_CLOSING;
2187 GNUNET_CADET_receive_done (op->channel); 2185 GNUNET_CADET_receive_done (op->channel);
2188 maybe_finish (op); 2186 maybe_finish (op);
2189 return; 2187 return;
@@ -2195,6 +2193,7 @@ handle_union_p2p_done (void *cls,
2195 } 2193 }
2196} 2194}
2197 2195
2196
2198/** 2197/**
2199 * Handle a over message from a remote peer 2198 * Handle a over message from a remote peer
2200 * 2199 *