Comment 5 for bug 1774968

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

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

commit 947e357e93dbb006d8fe7af81eebca8f7bac09ce
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