mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
network: Remove extraneous ATTRIBUTE_NONNULL
Commit id '3992ff14' added the prototype for networkGetActualType with 1 parameter, but added 2 ATTRIBUTE_NONNULL's (assume from a cut-n-paste), just remove (2).
This commit is contained in:
parent
2cc91ddd2d
commit
0dc49e237a
@ -48,7 +48,7 @@ int networkGetNetworkAddress(const char *netname, char **netaddr)
|
|||||||
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2);
|
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2);
|
||||||
|
|
||||||
int networkGetActualType(virDomainNetDefPtr iface)
|
int networkGetActualType(virDomainNetDefPtr iface)
|
||||||
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2);
|
ATTRIBUTE_NONNULL(1);
|
||||||
|
|
||||||
int networkDnsmasqConfContents(virNetworkObjPtr network,
|
int networkDnsmasqConfContents(virNetworkObjPtr network,
|
||||||
const char *pidfile,
|
const char *pidfile,
|
||||||
|
Loading…
Reference in New Issue
Block a user