*** CID 1021725: Uninitialized members (UNINIT_CTOR)
/mgmt/cluster/ClusterCom.cc: 450 in ClusterCom::ClusterCom(unsigned long, char *, int, char *, int, char *)()
444 mismatchLog = ink_hash_table_create(InkHashTableKeyType_String);
445
446 if (cluster_type != NO_CLUSTER) {
447 ink_thread_create(drainIncomingChannel_broadcast, this);
448 ink_thread_create(drainIncomingChannel, this);
449 }
CID 1021725: Uninitialized members (UNINIT_CTOR)
Non-static class member "configFiles" is not initialized in this constructor nor in any functions that it calls.
450 return;
451 }
452
453 /*
454 * checkPeers(...)
455 * Function checks on our peers by racing through the peer list(ht) and