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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c
index 7af220374..c3c14f1ba 100644
--- a/src/set/gnunet-service-set_union.c
+++ b/src/set/gnunet-service-set_union.c
@@ -2149,7 +2149,7 @@ handle_union_p2p_done (void *cls,
2149 * 2149 *
2150 * We should notify the active peer once 2150 * We should notify the active peer once
2151 * all our demands are satisfied, so that the active 2151 * all our demands are satisfied, so that the active
2152 * peer can quit if we gave him everything. 2152 * peer can quit if we gave it everything.
2153 */ 2153 */
2154 GNUNET_CADET_receive_done (op->channel); 2154 GNUNET_CADET_receive_done (op->channel);
2155 maybe_finish (op); 2155 maybe_finish (op);
@@ -2194,7 +2194,7 @@ handle_union_p2p_over (void *cls,
2194 * 2194 *
2195 * @param op operation to perform (to be initialized) 2195 * @param op operation to perform (to be initialized)
2196 * @param opaque_context message to be transmitted to the listener 2196 * @param opaque_context message to be transmitted to the listener
2197 * to convince him to accept, may be NULL 2197 * to convince it to accept, may be NULL
2198 */ 2198 */
2199static struct OperationState * 2199static struct OperationState *
2200union_evaluate (struct Operation *op, 2200union_evaluate (struct Operation *op,