ReadFile EOF.

This commit is contained in:
Ben Vanik
2014-06-10 20:40:11 -07:00
parent ff8c03046a
commit 829b4f67bf
4 changed files with 8 additions and 1 deletions

View File

@@ -71,6 +71,6 @@ X_STATUS HostPathFile::ReadSync(
*out_bytes_read = bytes_read;
return X_STATUS_SUCCESS;
} else {
return X_STATUS_UNSUCCESSFUL;
return X_STATUS_END_OF_FILE;
}
}