Changeset

10938:a5b8ae066688

util.prosodyctl.shell: Collect extra return values Forgot in previous commit
author Kim Alvefur <zash@zash.se>
date Wed, 17 Jun 2020 19:39:14 +0200
parents 10937:d86f59c31458
children 10939:99ae457c2459
files util/prosodyctl/shell.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/prosodyctl/shell.lua	Wed Jun 17 19:36:39 2020 +0200
+++ b/util/prosodyctl/shell.lua	Wed Jun 17 19:39:14 2020 +0200
@@ -60,7 +60,7 @@
 
 local function start(arg) --luacheck: ignore 212/arg
 	local client = adminstream.client();
-	local opts = parse_args(arg);
+	local opts, err, where = parse_args(arg);
 
 	if not opts then
 		if err == "param-not-found" then