CID 1251070: Use of uninitialized value
This commit is contained in:
@@ -22,6 +22,8 @@ NetworkSetupProfile::NetworkSetupProfile()
|
|||||||
|
|
||||||
NetworkSetupProfile::NetworkSetupProfile(const char* path)
|
NetworkSetupProfile::NetworkSetupProfile(const char* path)
|
||||||
:
|
:
|
||||||
|
fRoot(NULL),
|
||||||
|
fPath(NULL),
|
||||||
fIsCurrent(false),
|
fIsCurrent(false),
|
||||||
fIsDefault(false)
|
fIsDefault(false)
|
||||||
{
|
{
|
||||||
@@ -31,6 +33,8 @@ NetworkSetupProfile::NetworkSetupProfile(const char* path)
|
|||||||
|
|
||||||
NetworkSetupProfile::NetworkSetupProfile(const entry_ref* ref)
|
NetworkSetupProfile::NetworkSetupProfile(const entry_ref* ref)
|
||||||
:
|
:
|
||||||
|
fRoot(NULL),
|
||||||
|
fPath(NULL),
|
||||||
fIsCurrent(false),
|
fIsCurrent(false),
|
||||||
fIsDefault(false)
|
fIsDefault(false)
|
||||||
{
|
{
|
||||||
@@ -40,6 +44,8 @@ NetworkSetupProfile::NetworkSetupProfile(const entry_ref* ref)
|
|||||||
|
|
||||||
NetworkSetupProfile::NetworkSetupProfile(BEntry* entry)
|
NetworkSetupProfile::NetworkSetupProfile(BEntry* entry)
|
||||||
:
|
:
|
||||||
|
fRoot(NULL),
|
||||||
|
fPath(NULL),
|
||||||
fIsCurrent(false),
|
fIsCurrent(false),
|
||||||
fIsDefault(false)
|
fIsDefault(false)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user