Register sockstub protocol.

git-svn-id: svn://10.0.0.236/trunk@18881 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com
1999-01-28 01:56:20 +00:00
parent 95ce9ec627
commit cfa3919dd6

View File

@@ -108,6 +108,8 @@ NS_InitializeHttpURLFactory(nsINetService* inet)
if (rv != NS_OK) goto done;
inet->RegisterProtocol(*new nsString("javascript"), urlf, NULL);
if (rv != NS_OK) goto done;
inet->RegisterProtocol(*new nsString("sockstub"), urlf, NULL);
if (rv != NS_OK) goto done;
done:
#if 0