mod_component: Small code clarity fix

This commit is contained in:
Matthew Wild 2011-06-04 00:29:55 +01:00
parent 14c336d407
commit 63203963a5

View file

@ -86,7 +86,7 @@ function handle_component_auth(event)
send = session.send;
main_session = session;
session.on_destroy = on_destroy;
session.component_validate_from = module:get_option_boolean("validate_from_addresses") ~= false;
session.component_validate_from = module:get_option_boolean("validate_from_addresses", true);
log("info", "Component successfully authenticated: %s", session.host);
session.send(st.stanza("handshake"));
else -- TODO: Implement stanza distribution