mod_smacks: Log error to silence luacheck

This commit is contained in:
Kim Alvefur 2021-12-31 00:59:10 +01:00
parent f017e61543
commit 64c385c9f7

View file

@ -297,6 +297,8 @@ function handle_enable(session, stanza, xmlns_sm)
keep[token] = info;
end
all_old_sessions:set(session.username, keep);
elseif err then
module:log("error", "Unable to retrieve old resumption counters: %s", err);
end
end