]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fix typo (spurious ';')
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 17 Oct 2014 14:43:48 +0000 (16:43 +0200)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 17 Oct 2014 14:43:48 +0000 (16:43 +0200)
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxccontainer.c

index d3b604695dbd4bf628177decafdb3ac0feaf8e98..d5ac37830e9159c137c1d0fd0abf4c9ccb65e635 100644 (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;