Unverified Commit 77e7b5e2 by Christian Brauner Committed by Stéphane Graber

monitor: remove dead assignment

non-functional changes Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 7cb4a867
...@@ -243,7 +243,6 @@ int lxc_monitor_open(const char *lxcpath) ...@@ -243,7 +243,6 @@ int lxc_monitor_open(const char *lxcpath)
ERROR("Failed to connect to monitor socket: %s.", strerror(errno)); ERROR("Failed to connect to monitor socket: %s.", strerror(errno));
goto on_error; goto on_error;
} }
ret = 0;
return fd; return fd;
......
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