mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-14 21:29:05 +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:
|
||||
if (veth)
|
||||
free(veth);
|
||||
if (bridge);
|
||||
if (bridge)
|
||||
free(bridge);
|
||||
if (has_error)
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user