This commit is contained in:
darin%netscape.com 2003-04-18 04:46:40 +00:00
Родитель d79cff1bcd
Коммит f13c2a68b7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -422,7 +422,7 @@ nsProtocolProxyService::ExtractProxyInfo(const char *start, PRBool permitHttp, n
break;
}
if (type) {
const char *host = nsnull, *hostEnd;
const char *host = nsnull, *hostEnd = nsnull;
PRInt32 port = -1;
// extract host:port
start = sp;