Initialise the mCrossDomain member variable in the cookies

Backported from KDE GIT commit 794b14b8
pull/16/head
Slávek Banko 11 years ago
parent 9bfeee4278
commit dabf3a9fef

@ -146,6 +146,7 @@ KHttpCookie::KHttpCookie(const TQString &_host,
mExpireDate(_expireDate),
mProtocolVersion(_protocolVersion),
mSecure(_secure),
mCrossDomain(false),
mHttpOnly(_httpOnly),
mExplicitPath(_explicitPath)
{

Loading…
Cancel
Save