зеркало из https://github.com/mozilla/pjs.git
Fixed generation of BRPROF cookie string when it's the first cookie.
This commit is contained in:
Родитель
e3c61c8262
Коммит
e624048e39
|
@ -1859,7 +1859,8 @@ NET_GetCookie(MWContext * context, char * address)
|
|||
char* profile;
|
||||
if (BP_GetProfile(&profile)) {
|
||||
if (! first)
|
||||
StrAllocCat(rv, "; BP=");
|
||||
StrAllocCat(rv, "; ");
|
||||
StrAllocCat(rv, "BP=");
|
||||
StrAllocCat(rv, profile);
|
||||
PL_strfree(profile);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче