mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Fixed generation of BRPROF cookie string when it's the first cookie.
This commit is contained in:
parent
2041bbcc79
commit
0f6b37dd45
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user