Commit cc4ae28d by Serge Hallyn

fix typo (spurious ';')

parent e311a562
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment