From 8e7c94ed07a15a600d4cd015dc722cf055a81fce Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Thu, 7 Jul 2016 15:13:58 +0200 Subject: [PATCH] cli/connections: there's nothing to complete for reload --- clients/cli/connections.c | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/cli/connections.c b/clients/cli/connections.c index 9e284c8955..b03842bc92 100644 --- a/clients/cli/connections.c +++ b/clients/cli/connections.c @@ -8366,7 +8366,6 @@ do_connection_reload (NmCli *nmc, int argc, char **argv) { GError *error = NULL; - /* Not (yet?) supported */ if (nmc->complete) return nmc->return_value;