mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 13:17:51 +03:00
util: Fix virCgroupNewMachine ATTRIBUTE_NONNULL args
Commit id 'c3bd0019c0' removed arg3, but forgot to adjust the numbers for NONNULL - caused build failure for coverity
This commit is contained in:
parent
dcb3d87d78
commit
b8c0f18654
@ -110,7 +110,7 @@ int virCgroupNewMachine(const char *name,
|
||||
int controllers,
|
||||
virCgroupPtr *group)
|
||||
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2)
|
||||
ATTRIBUTE_NONNULL(4);
|
||||
ATTRIBUTE_NONNULL(3);
|
||||
|
||||
int virCgroupTerminateMachine(const char *name)
|
||||
ATTRIBUTE_NONNULL(1);
|
||||
|
Loading…
Reference in New Issue
Block a user