mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 15:27:47 +00:00
Add missing { for qemudDomainInterfaceStats
Add missing open curly brace between function declaration of non-linux variant of qemudDomainInterfaceStats() and its body. Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
parent
b5a048ed68
commit
24da109573
@ -5132,6 +5132,7 @@ static int
|
||||
qemudDomainInterfaceStats (virDomainPtr dom,
|
||||
const char *path ATTRIBUTE_UNUSED,
|
||||
struct _virDomainInterfaceStats *stats ATTRIBUTE_UNUSED)
|
||||
{
|
||||
qemuReportError(VIR_ERR_NO_SUPPORT,
|
||||
"%s", __FUNCTION__);
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user