aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/sasl.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/sasl.lua b/util/sasl.lua
index 8fe4727ec..b07f878b2 100644
--- a/util/sasl.lua
+++ b/util/sasl.lua
@@ -55,7 +55,8 @@ plain-test:
end
digest-md5:
- function(username, realm, encoding)
+ function(username, domain, realm, encoding) -- domain and realm are usually the same; for some broken
+ -- implementations it's not
return digesthash, state;
end