start: remove duplicate lxc_monitor_send_state()

Closes #2177. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 586bd38c
......@@ -387,7 +387,6 @@ int lxc_serve_state_clients(const char *name, struct lxc_handler *handler,
if (lxc_list_empty(&handler->state_clients)) {
TRACE("No state clients registered");
process_unlock();
lxc_monitor_send_state(name, state, handler->lxcpath);
return 0;
}
......
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