change for anonymous mode, reviewed by nisheeth

This commit is contained in:
morse%netscape.com 1998-08-01 14:55:14 +00:00
parent 0eb74f814b
commit d0ed84d95b

View File

@ -47,7 +47,8 @@ XP_InitializeContext(MWContext *context)
if (context != NULL)
{
context->context_id = ++global_context_id;
context->INTL_tag = INTL_TAG;
context->INTL_tag = INTL_TAG;
context->anonymous = PRVCY_IsAnonymous();
}
}