aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-07-13 10:25:52 +0200
committerKim Alvefur <zash@zash.se>2016-07-13 10:25:52 +0200
commit6aab36d1ad11b6ba9fe66ecbf540028921e745fc (patch)
tree211c2095c4ed506159c6508b1a901ac0ac56af38 /prosodyctl
parent4616176276adc08c8ed2379bca0fada582d0cda5 (diff)
parentd76cafb53946682bc1034c872bccca4f28b6696e (diff)
downloadprosody-6aab36d1ad11b6ba9fe66ecbf540028921e745fc.tar.gz
prosody-6aab36d1ad11b6ba9fe66ecbf540028921e745fc.zip
Merge 0.10->trunk
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 15d40f26..74681e7c 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -717,7 +717,7 @@ function cert_commands.config(arg)
else
show_message("Please provide details to include in the certificate config file.");
show_message("Leave the field empty to use the default value or '.' to exclude the field.")
- for i, k in ipairs(openssl._DN_order) do
+ for _, k in ipairs(openssl._DN_order) do
local v = conf.distinguished_name[k];
if v then
local nv;