- 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:
parent
98b6aa98ea
commit
b932f55fe9
@ -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
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user