- fcopy: set 'error' in case an unknown operation was requested (c2d68afb)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=137
This commit is contained in:
Olaf Hering 2018-10-09 09:28:29 +00:00 committed by Git OBS Bridge
parent 98b6aa98ea
commit b932f55fe9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 9 09:27:45 UTC 2018 - ohering@suse.de
- fcopy: set 'error' in case an unknown operation was requested (c2d68afb)
-------------------------------------------------------------------
Mon Oct 8 06:48:04 UTC 2018 - ohering@suse.de

View File

@ -234,6 +234,7 @@ int main(int argc, char *argv[])
break;
default:
error = HV_E_FAIL;
syslog(LOG_ERR, "Unknown operation: %d",
buffer.hdr.operation);