diff options
author | Kim Alvefur <zash@zash.se> | 2016-07-13 10:25:52 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-07-13 10:25:52 +0200 |
commit | 21898f125205e79455e4e4539988e42a4d935b18 (patch) | |
tree | 211c2095c4ed506159c6508b1a901ac0ac56af38 /prosodyctl | |
parent | 609cd70a7c4ab80fad47a77a32c7d70fda8779ae (diff) | |
parent | a8523999b65f39d8a8a242f38bc825a5a6accd4d (diff) | |
download | prosody-21898f125205e79455e4e4539988e42a4d935b18.tar.gz prosody-21898f125205e79455e4e4539988e42a4d935b18.zip |
Merge 0.10->trunk
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |