Initialise the mCrossDomain member variable in the cookies

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

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

Loading…
Cancel
Save