fix typo (spurious ';')

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
Serge Hallyn 2014-10-17 16:43:48 +02:00
parent e311a56235
commit cc4ae28dd6

View File

@ -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;