Handle ECONNRESET in FILE_GetNtStatus.

This commit is contained in:
Robert Shearman 2004-08-19 02:41:55 +00:00 committed by Alexandre Julliard
parent eee6adc9b6
commit f84a53c099
1 changed files with 1 additions and 0 deletions

View File

@ -310,6 +310,7 @@ NTSTATUS FILE_GetNtStatus(void)
#endif
case ENOTTY:
case EOPNOTSUPP:return STATUS_NOT_SUPPORTED;
case ECONNRESET:return STATUS_PIPE_DISCONNECTED;
case ENOEXEC: /* ?? */
case ESPIPE: /* ?? */
case EEXIST: /* ?? */