ted-ross commented on a change in pull request #975:
URL: https://github.com/apache/qpid-dispatch/pull/975#discussion_r555491016



##########
File path: src/router_core/forwarder.c
##########
@@ -307,28 +307,74 @@ void qdr_forward_deliver_CT(qdr_core_t *core, qdr_link_t 
*out_link, qdr_delivery
 }
 
 
+static void qdr_settle_subscription_delivery_CT(qdr_core_t *core, qdr_action_t 
*action, bool discard)
+{
+    qdr_delivery_t *in_delivery = action->args.delivery.delivery;
+    if (discard || !in_delivery)

Review comment:
       Yes, I believe it does.  I will add this.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to