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 <g...@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-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to