Commit a7fb795e authored by Daryl Herzmann's avatar Daryl Herzmann Committed by akrherz

revert patch for OF-724


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13902 b35dd754-fafc-0310-a699-88a17e54d16e
parent 58f4eb39
......@@ -824,8 +824,6 @@ public class LocalClientSession extends LocalSession implements ClientSession {
*/
@Override
public boolean canProcess(Packet packet) {
// All packets from our own service are implicitly not blocked
if (packet.getFrom().getDomain().equals(serverName)) return true;
PrivacyList list = getActiveList();
if (list != null) {
......
......@@ -74,7 +74,7 @@ public abstract class LocalSession implements Session {
protected SessionManager sessionManager;
protected String serverName;
private String serverName;
private long startDate = System.currentTimeMillis();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment