Fixed the passing of the parsed server name/server file when handling files
via the .net plugin
This commit is contained in:
parent
de4dc63ca7
commit
06f1b602e7
@ -1223,6 +1223,8 @@ ReaderWriter::ReadResult Registry::read(const ReadFunctor& readFunctor)
|
||||
ReaderWriter* rw = getReaderWriterForExtension("net");
|
||||
if (rw)
|
||||
{
|
||||
std::string& filename = const_cast<std::string&>(readFunctor._filename);
|
||||
filename = serverName+':'+serverFile;
|
||||
return readFunctor.doRead(*rw);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user