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