Software /
code /
prosody
Diff
prosodyctl @ 7494:f82356adcd71
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 13 Jul 2016 10:25:52 +0200 |
parent | 7456:76a8456cf1e2 |
parent | 7483:8c5320a4bfaf |
child | 7530:f14094d10925 |
line wrap: on
line diff
--- a/prosodyctl Sat Jul 09 22:33:04 2016 +0200 +++ b/prosodyctl Wed Jul 13 10:25:52 2016 +0200 @@ -717,7 +717,7 @@ 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;