fix bug 159169, reviewed by rpotts & valeski
git-svn-id: svn://10.0.0.236/trunk@5187 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0d5cbcbbdc
commit
d5525d1ff7
@ -1374,8 +1374,9 @@ net_CheckForCookiePermission(char * hostname) {
|
||||
&& !PL_strcmp(hostname, cookie_s->host)) {
|
||||
net_unlock_cookie_permission_list();
|
||||
return(cookie_s);
|
||||
}
|
||||
}
|
||||
}
|
||||
net_unlock_cookie_permission_list();
|
||||
return(NULL);
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user