Fixed small error in nsIIOService checkin. b=157131, r=dougt, sr=alecf

This commit is contained in:
cmanske%netscape.com 2002-08-16 02:15:34 +00:00
Родитель 8abffee962
Коммит 3b7325178d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -855,7 +855,7 @@ function InsertUsernameIntoUrl(urlspec, username)
return URI.spec;
} catch (e) {}
return url;
return urlspec;
}
function GetOS()