mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-14 23:23:11 +00:00
fix typo (spurious ';')
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
e311a56235
commit
cc4ae28dd6
@ -3800,7 +3800,7 @@ static bool dump_net_info(struct lxc_container *c, char *directory)
|
|||||||
out:
|
out:
|
||||||
if (veth)
|
if (veth)
|
||||||
free(veth);
|
free(veth);
|
||||||
if (bridge);
|
if (bridge)
|
||||||
free(bridge);
|
free(bridge);
|
||||||
if (has_error)
|
if (has_error)
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user