aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-service-set.c')
-rw-r--r--src/set/gnunet-service-set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set.c b/src/set/gnunet-service-set.c
index 8dc111a4c..34824f46d 100644
--- a/src/set/gnunet-service-set.c
+++ b/src/set/gnunet-service-set.c
@@ -608,7 +608,7 @@ handle_incoming_msg (struct Operation *op,
608 /* Make a copy of the nested_context (application-specific context 608 /* Make a copy of the nested_context (application-specific context
609 information that is opaque to set) so we can pass it to the 609 information that is opaque to set) so we can pass it to the
610 listener later on */ 610 listener later on */
611 if (NULL != spec->context_msg) 611 if (NULL != nested_context)
612 spec->context_msg = GNUNET_copy_message (nested_context); 612 spec->context_msg = GNUNET_copy_message (nested_context);
613 spec->operation = ntohl (msg->operation); 613 spec->operation = ntohl (msg->operation);
614 spec->app_id = msg->app_id; 614 spec->app_id = msg->app_id;