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