mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
adds return result
This commit is contained in:
parent
d1f315a4ae
commit
3a9bccb010
@ -255,8 +255,9 @@ nsFileChannel::EnsureFile()
|
||||
nsCOMPtr<nsILocalFile> localFile = do_QueryInterface(mFile);
|
||||
if (localFile)
|
||||
localFile->SetFollowLinks(PR_TRUE);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsresult
|
||||
nsFileChannel::GetFileTransport(nsITransport **trans)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user