From: Christian Brauner Date: Sun, 18 Feb 2018 21:19:51 +0000 (+0100) Subject: start: remove duplicate lxc_monitor_send_state() X-Git-Tag: lxc-2.0.10~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f8aefcc7556448f400a618212448021324ab78c;p=thirdparty%2Flxc.git start: remove duplicate lxc_monitor_send_state() Closes #2177. Signed-off-by: Christian Brauner --- diff --git a/src/lxc/start.c b/src/lxc/start.c index fb11688bd..b31747dc9 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -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; }