You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2016/10/12 20:30:43 UTC

qpid-dispatch git commit: DISPATCH-504 - Set properties on the response to the display name query

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 4ef453fd1 -> ce98384ec


DISPATCH-504 - Set properties on the response to the display name query


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/ce98384e
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/ce98384e
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/ce98384e

Branch: refs/heads/master
Commit: ce98384ecfa89899fd9f27dd00cc6953f62e454d
Parents: 4ef453f
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Wed Oct 12 16:30:21 2016 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Wed Oct 12 16:30:21 2016 -0400

----------------------------------------------------------------------
 python/qpid_dispatch_internal/display_name/display_name.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/ce98384e/python/qpid_dispatch_internal/display_name/display_name.py
----------------------------------------------------------------------
diff --git a/python/qpid_dispatch_internal/display_name/display_name.py b/python/qpid_dispatch_internal/display_name/display_name.py
index 7a1bdd5..ea38508 100644
--- a/python/qpid_dispatch_internal/display_name/display_name.py
+++ b/python/qpid_dispatch_internal/display_name/display_name.py
@@ -121,6 +121,7 @@ class DisplayNameService(object):
         if message.reply_to:
             response = Message(address=message.reply_to,
                                body=body,
+                               properties={},
                                correlation_id=message.correlation_id)
         else:
             # If there is no reply_to, we simple won't respond.


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