PROTON-925: old line of code was initializing remote_channel_max to zero.
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c78392f1 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c78392f1 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/c78392f1 Branch: refs/heads/cjansen-cpp-client Commit: c78392f1901a9a4fa2a44005f78a085840b160b3 Parents: 2c383aa Author: mgoulish <m...@redhat.com> Authored: Wed Jul 1 02:15:16 2015 -0400 Committer: mgoulish <m...@redhat.com> Committed: Wed Jul 1 02:15:16 2015 -0400 ---------------------------------------------------------------------- proton-c/src/transport/transport.c | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/c78392f1/proton-c/src/transport/transport.c ---------------------------------------------------------------------- diff --git a/proton-c/src/transport/transport.c b/proton-c/src/transport/transport.c index 4cf935b..2271f27 100644 --- a/proton-c/src/transport/transport.c +++ b/proton-c/src/transport/transport.c @@ -414,7 +414,6 @@ static void pn_transport_initialize(void *object) transport->local_channel_max = PN_IMPL_CHANNEL_MAX; transport->channel_max = transport->local_channel_max; - transport->remote_channel_max = 0; transport->local_idle_timeout = 0; transport->dead_remote_deadline = 0; transport->last_bytes_input = 0; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org