Hi ALex,

Ack


Thanks

Lennart


________________________________
Från: Jones, Alex <ajo...@rbbn.com>
Skickat: den 17 januari 2019 20:27
Till: Hans Nordebäck; Lennart Lund; Anders Widell; Vu Minh Nguyen
Kopia: opensaf-devel@lists.sourceforge.net; Jones, Alex
Ämne: [PATCH 2/5] smfd: fix uninitialized variable warning [#2999]

---
src/smf/smfd/SmfUpgradeStep.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/smf/smfd/SmfUpgradeStep.cc b/src/smf/smfd/SmfUpgradeStep.cc
index 80da668de..0a8d52363 100644
--- a/src/smf/smfd/SmfUpgradeStep.cc
+++ b/src/smf/smfd/SmfUpgradeStep.cc
@@ -1419,7 +1419,7 @@ SaAisErrorT SmfUpgradeStep::calculateStepType() {
will be ordered within the step */

SaAisErrorT rc;
- bool isSingleNode;
+ bool isSingleNode(false);
if ((rc = this->isSingleNodeSystem(isSingleNode)) != SA_AIS_OK) {
LOG_NO("Fail to read if this is a single node system rc=%s",
saf_error(rc));
--
2.17.2


________________________________
Notice: This e-mail together with any attachments may contain information of 
Ribbon Communications Inc. that is confidential and/or proprietary for the sole 
use of the intended recipient. Any review, disclosure, reliance or distribution 
by others or forwarding without express permission is strictly prohibited. If 
you are not the intended recipient, please notify the sender immediately and 
then delete all copies, including any attachments.
________________________________

_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to