Software /
code /
prosody
Comparison
prosodyctl @ 7252:fa0169cc8511
prosodyctl: Fix typo'd variable name [luacheck]
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 08 Mar 2016 17:49:33 +0000 |
parent | 7250:6ffc9247417a |
child | 7256:9fbb9fbf7e52 |
child | 7267:8ad2dbc4fdb6 |
comparison
equal
deleted
inserted
replaced
7250:6ffc9247417a | 7252:fa0169cc8511 |
---|---|
1078 end | 1078 end |
1079 end | 1079 end |
1080 else | 1080 else |
1081 if c2s_srv_required then | 1081 if c2s_srv_required then |
1082 print(" No _xmpp-client SRV record found for "..host..", but it looks like you need one."); | 1082 print(" No _xmpp-client SRV record found for "..host..", but it looks like you need one."); |
1083 all_targst_ok = false; | 1083 all_targets_ok = false; |
1084 else | 1084 else |
1085 target_hosts:add(host); | 1085 target_hosts:add(host); |
1086 end | 1086 end |
1087 end | 1087 end |
1088 end | 1088 end |