configure.ac: prepare for 0.20.5

This commit is contained in:
Max Kellermann
2017-02-06 23:28:36 +01:00
parent 0a033fb10a
commit 45cadef22f
3 changed files with 7 additions and 2 deletions

View File

@@ -213,6 +213,9 @@ NfsFileReader::StatCallback(const struct stat *st)
state = State::IDLE;
if (1==1)
return;
OnNfsFileOpen(st->st_size);
}