Initialize XmppServer::dscp_value_

Bug #1755151 reported by Ananth Suryanarayana
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R3.2
In Progress
High
Ananth Suryanarayana
R4.0
Fix Committed
High
Ananth Suryanarayana
R4.1
Fix Committed
High
Ananth Suryanarayana
Trunk
Fix Committed
High
Ananth Suryanarayana

Bug Description

diff --git a/src/xmpp/xmpp_server.cc b/src/xmpp/xmpp_server.cc
index 02ee15e..4121776 100644
--- a/src/xmpp/xmpp_server.cc
+++ b/src/xmpp/xmpp_server.cc
@@ -207,6 +207,7 @@ XmppServer::XmppServer(EventManager *evm)
       auth_enabled_(false),
       tcp_hold_time_(XmppChannelConfig::kTcpHoldTime),
       gr_helper_disable_(false),
+ dscp_value_(0),
       connection_queue_(TaskScheduler::GetInstance()->GetTaskId("bgp::Config"),
           0, boost::bind(&XmppServer::DequeueConnection, this, _1)) {
 }

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/40543
Submitter: Ananth Suryanarayana (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/40544
Submitter: Ananth Suryanarayana (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.0

Review in progress for https://review.opencontrail.org/40545
Submitter: Ananth Suryanarayana (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.2

Review in progress for https://review.opencontrail.org/40546
Submitter: Ananth Suryanarayana (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/40545
Committed: http://github.com/Juniper/contrail-controller/commit/9a6e8dfc9225818260bf5e91dacb31a52c2fb5ec
Submitter: Zuul (<email address hidden>)
Branch: R4.0

commit 9a6e8dfc9225818260bf5e91dacb31a52c2fb5ec
Author: Ananth Suryanarayana <email address hidden>
Date: Mon Mar 12 05:13:07 2018 -0700

Initialize XmppServer::dscp_value_ in constructor correctly

There are two constructor forms for XmppServer. dscp_value_ field is
iniitalized in only one form.

Change-Id: I69cb81c19e48626d72365d1d798d955bcc725a57
Closes-Bug: 1755151

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/40544
Committed: http://github.com/Juniper/contrail-controller/commit/c18fac6252072c61d724473ae4f1ed117d39d332
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit c18fac6252072c61d724473ae4f1ed117d39d332
Author: Ananth Suryanarayana <email address hidden>
Date: Mon Mar 12 05:13:07 2018 -0700

Initialize XmppServer::dscp_value_ in constructor correctly

There are two constructor forms for XmppServer. dscp_value_ field is
iniitalized in only one form.

Change-Id: I69cb81c19e48626d72365d1d798d955bcc725a57
Closes-Bug: 1755151

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/40543
Committed: http://github.com/Juniper/contrail-controller/commit/f6dc55df8647b58ea734cdf48b405572848e2976
Submitter: Zuul v3 CI (<email address hidden>)
Branch: master

commit f6dc55df8647b58ea734cdf48b405572848e2976
Author: Ananth Suryanarayana <email address hidden>
Date: Mon Mar 12 05:13:07 2018 -0700

Initialize XmppServer::dscp_value_ in constructor correctly

There are two constructor forms for XmppServer. dscp_value_ field is
iniitalized in only one form.

Change-Id: I69cb81c19e48626d72365d1d798d955bcc725a57
Closes-Bug: 1755151

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.