SetupUrl should return a value...this fixes build problem on windows...

This commit is contained in:
mscott%netscape.com 1999-02-04 19:44:31 +00:00
parent 0a60fc935f
commit 4cbdc68c5d

View File

@ -629,6 +629,8 @@ nsresult nsNntpTestDriver::SetupUrl(char *groupname)
NS_IF_RELEASE(list); NS_IF_RELEASE(list);
NS_IF_RELEASE(host); NS_IF_RELEASE(host);
} }
return rv;
} // if user provided the data... } // if user provided the data...