diff --git a/mozilla/network/protocol/http/mkaccess.c b/mozilla/network/protocol/http/mkaccess.c index f9399cc2dc9..d850c2c4cf3 100644 --- a/mozilla/network/protocol/http/mkaccess.c +++ b/mozilla/network/protocol/http/mkaccess.c @@ -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); }