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-3.0.0.beta1~22^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e1579672bffe0c711240a489fdd908ac7812333;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 a64f6b64c..228dd2607 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -396,7 +396,6 @@ int lxc_serve_state_clients(const char *name, struct lxc_handler *handler, if (lxc_list_empty(&handler->conf->state_clients)) { TRACE("No state clients registered"); process_unlock(); - lxc_monitor_send_state(name, state, handler->lxcpath); return 0; }