Comment 6 for bug 1774968

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

Reviewed: https://review.opencontrail.org/43491
Committed: http://github.com/Juniper/contrail-analytics/commit/dc1e0f7bd606faf0c6488cfe1a9d9f04d508827d
Submitter: Zuul v3 CI (<email address hidden>)
Branch: R5.0

commit dc1e0f7bd606faf0c6488cfe1a9d9f04d508827d
Author: Andrei Bunghez <email address hidden>
Date: Mon Jun 4 10:28:57 2018 +0000

Fixing uninitialized field during VizCollector constructor call

collector_ is not initialized on VizCollector constructor call,
when method DbGlobalName is called. This method, in turn, calls
method collector_->DbGlobalName. Since this method does not make any
reference to object data (this being the reason it does not visbly
crash) the method could be made static.

Change-Id: Ifaa8d0c5affc33aee48a2328a427ef1eb6b6c74d
Closes-Bug: #1774968