]> git.proxmox.com Git - mirror_lxc.git/commitdiff
monitor: remove dead assignment
authorChristian Brauner <christian.brauner@ubuntu.com>
Sat, 9 Sep 2017 09:23:34 +0000 (11:23 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Sun, 24 Sep 2017 04:18:28 +0000 (00:18 -0400)
non-functional changes

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/monitor.c

index 63a404d6215e805352cbea6333a2e0961f917397..166329a7c6d2484e7ee2e13edb44d0e5f77b32ee 100644 (file)
@@ -243,7 +243,6 @@ int lxc_monitor_open(const char *lxcpath)
                ERROR("Failed to connect to monitor socket: %s.", strerror(errno));
                goto on_error;
        }
-       ret = 0;
 
        return fd;