CID 1108421: BUrl constructor missing initializers.
This commit is contained in:
@@ -87,7 +87,12 @@ BUrl::BUrl(const BUrl& base, const BString& location)
|
|||||||
fPort(0),
|
fPort(0),
|
||||||
fPath(),
|
fPath(),
|
||||||
fRequest(),
|
fRequest(),
|
||||||
|
fAuthorityValid(false),
|
||||||
|
fUserInfoValid(false),
|
||||||
|
fHasUserName(false),
|
||||||
|
fHasPassword(false),
|
||||||
fHasHost(false),
|
fHasHost(false),
|
||||||
|
fHasPort(false),
|
||||||
fHasFragment(false)
|
fHasFragment(false)
|
||||||
{
|
{
|
||||||
// This implements the algorithm in RFC3986, Section 5.2.
|
// This implements the algorithm in RFC3986, Section 5.2.
|
||||||
|
|||||||
Reference in New Issue
Block a user