Fixes Unix build problem with MOZ_COOKIEMANAGE and MOZ_SINGLESIGNON
flags turned on. Approved by: Steve Morse git-svn-id: svn://10.0.0.236/trunk@7675 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3676,7 +3676,7 @@ net_AboutCookiesDialogDone(XPDialogState* state, char** argv, int argc,
|
||||
return PR_FALSE;
|
||||
}
|
||||
|
||||
PRIVATE BOOL
|
||||
PRIVATE Bool
|
||||
CookieCompare (net_CookieStruct * cookie1, net_CookieStruct * cookie2) {
|
||||
char * host1 = cookie1->host;
|
||||
char * host2 = cookie2->host;
|
||||
|
||||
Reference in New Issue
Block a user