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/03/30 21:33:26 UTC

qpid-dispatch git commit: DISPATCH-200 - Add back call to qd_connection_set_user(qd_conn) which was accidentally removed during previous checkin

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master ab997ca40 -> aea968659


DISPATCH-200 - Add back call to qd_connection_set_user(qd_conn) which was accidentally removed during previous checkin


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

Branch: refs/heads/master
Commit: aea968659fc4d519ee4b9fa4417db0bdd0e770f8
Parents: ab997ca
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Wed Mar 30 15:32:59 2016 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Wed Mar 30 15:32:59 2016 -0400

----------------------------------------------------------------------
 src/container.c | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/aea96865/src/container.c
----------------------------------------------------------------------
diff --git a/src/container.c b/src/container.c
index 11575bc..4d2f513 100644
--- a/src/container.c
+++ b/src/container.c
@@ -372,6 +372,7 @@ int pn_event_handler(void *handler_context, void *conn_context, pn_event_t *even
 
     switch (pn_event_type(event)) {
     case PN_CONNECTION_REMOTE_OPEN :
+        qd_connection_set_user(qd_conn);
         if (pn_connection_state(conn) & PN_LOCAL_UNINIT) {
             // This Open is an externally initiated connection
             // Let policy engine decide


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