Software /
code /
prosody
Changeset
5084:82b9fe0c79c5
mod_legacyauth: Remove unused variable
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 07 Aug 2012 17:01:07 +0200 |
parents | 5083:4629c60a303b |
children | 5085:cbc7eb5cfa8c |
files | plugins/mod_legacyauth.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_legacyauth.lua Tue Aug 07 17:00:12 2012 +0200 +++ b/plugins/mod_legacyauth.lua Tue Aug 07 17:01:07 2012 +0200 @@ -57,7 +57,6 @@ username, password, resource = t_concat(username), t_concat(password), t_concat(resource); username = nodeprep(username); resource = resourceprep(resource) - local reply = st.reply(stanza); if not (username and resource) then session.send(st.error_reply(stanza, "modify", "bad-request")); return true;