aboutsummaryrefslogtreecommitdiffstats
path: root/util/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-05-05 14:15:15 +0200
committerKim Alvefur <zash@zash.se>2022-05-05 14:15:15 +0200
commitb58b7a3cb08b6ccd6b4803102a9e14491c4d9882 (patch)
tree77f438924580d3211d054bdd6f7e79c194095a42 /util/prosodyctl
parent75a15e67f60fcce8df742e68fc5ca988313f47a5 (diff)
parent38c67064b3d36738e5db241041612eaeed6e79b4 (diff)
downloadprosody-b58b7a3cb08b6ccd6b4803102a9e14491c4d9882.tar.gz
prosody-b58b7a3cb08b6ccd6b4803102a9e14491c4d9882.zip
Merge 0.12->trunk
Diffstat (limited to 'util/prosodyctl')
-rw-r--r--util/prosodyctl/check.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua
index cdea04b9..e7e362e1 100644
--- a/util/prosodyctl/check.lua
+++ b/util/prosodyctl/check.lua
@@ -1277,6 +1277,7 @@ local function check(arg)
local count = it.count(pairs(turn_services));
if count == 0 then
print("Error: Unable to find any TURN services configured. Enable mod_turn_external!");
+ ok = false;
else
print("Identified "..tostring(count).." TURN services.");
print("");