Added methods to nsINetService to get and set cookie string for a URL
git-svn-id: svn://10.0.0.236/trunk@6459 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -51,7 +51,7 @@ static nsIStreamListener *getStreamListener(URL_Struct *URL_s)
|
||||
{
|
||||
nsIStreamListener *res = NULL;
|
||||
|
||||
if (URL_s->fe_data) {
|
||||
if (URL_s && URL_s->fe_data) {
|
||||
/*
|
||||
* Retrieve the nsConnectionInfo object from the fe_data field
|
||||
* of the URL_Struct...
|
||||
|
||||
Reference in New Issue
Block a user