You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2019/09/30 23:12:04 UTC

[qpid-dispatch] 02/03: DISPATCH-1429: reset iterator for address starting with _ if it does not match one of the special types

This is an automated email from the ASF dual-hosted git repository.

gsim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git

commit 28613bb2df42d3249ec27c16063d4fb923a01ea5
Author: Gordon Sim <gs...@redhat.com>
AuthorDate: Fri Sep 20 18:32:42 2019 +0100

    DISPATCH-1429: reset iterator for address starting with _ if it does not match one of the special types
---
 src/iterator.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/iterator.c b/src/iterator.c
index 5b0eb36..3fb2cd9 100644
--- a/src/iterator.c
+++ b/src/iterator.c
@@ -203,6 +203,8 @@ static void parse_address_view(qd_iterator_t *iter)
                 return;
             }
         }
+
+        iter->view_pointer  = save_pointer;
     }
 
     iter->prefix            = iter->prefix_override ? iter->prefix_override : QD_ITER_HASH_PREFIX_MOBILE;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org