mirror of https://gitee.com/openkylin/libvirt.git
network: Fix typo
Introduced by commit 239322cb
, reported by Ruben Kerkhof.
This commit is contained in:
parent
7df6945d7f
commit
8fb9fdc3d9
|
@ -55,7 +55,7 @@ int networkBuildDhcpDaemonCommandLine(virNetworkObjPtr network,
|
|||
# define networkAllocateActualDevice(iface) 0
|
||||
# define networkNotifyActualDevice(iface) 0
|
||||
# define networkReleaseActualDevice(iface) 0
|
||||
# defing networkGetNetworkAddress(netname, netaddr) (-2)
|
||||
# define networkGetNetworkAddress(netname, netaddr) (-2)
|
||||
# define networkBuildDhcpDaemonCommandLine(network, cmdout, pidfile, dctx) 0
|
||||
# endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue