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:
vidur%netscape.com
1998-07-25 00:32:32 +00:00
parent 640de09889
commit 62319c5f57
4 changed files with 59 additions and 1 deletions

View File

@@ -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...