Github user ErnieAllen commented on a diff in the pull request:

    https://github.com/apache/qpid-dispatch/pull/415#discussion_r232223312
  
    --- Diff: src/router_core/router_core_private.h ---
    @@ -321,7 +321,8 @@ ALLOC_DECLARE(qdr_router_ref_t);
     DEQ_DECLARE(qdr_router_ref_t, qdr_router_ref_list_t);
     
     typedef enum {
    -    QDR_DELIVERY_NOWHERE = 0,
    +    QDR_DELIVERY_UNINITIALIZED = 0,
    +    QDR_DELIVERY_NOWHERE,
    --- End diff --
    
    New commit just uses QDR_DELIVERY_NOWHERE as the test in 
transfer.c::qdr_deliver_continue_CT to reject the delivery.



---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to