WFS: Stub WFSSRV's flush command.

This commit is contained in:
Pierre Bourdon 2017-08-05 19:51:06 +02:00
parent f3224dc726
commit 5a4900bc96
1 changed files with 5 additions and 0 deletions

View File

@ -94,6 +94,11 @@ IPCCommandResult WFSSRV::IOCtl(const IOCtlRequest& request)
m_hanging.push_back(request.address);
return GetNoReply();
case IOCTL_WFS_FLUSH:
// Nothing to do.
INFO_LOG(IOS, "IOCTL_WFS_FLUSH: doing nothing");
break;
// TODO(wfs): Globbing is not really implemented, we just fake the one case
// (listing /vol/*) which is required to get the installer to work.
case IOCTL_WFS_GLOB_START: