Skip to content

Commit

Permalink
tag 3.9.0 release again
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/tags/3_9_0@13905 b35dd754-fafc-0310-a699-88a17e54d16e
  • Loading branch information
akrherz authored and akrherz committed Feb 5, 2014
2 parents e5ba2c4 + 8d57f6f commit 59df112
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<property name="version.major" value="3"/>
<property name="version.minor" value="9"/>
<property name="version.revision" value="0"/>
<property name="version.revision" value=""/>
<property name="version.extra" value=""/> <!-- For 'beta' or 'alpha' -->
<property name="dist.prefix" value="openfire"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -824,8 +824,6 @@ public int incrementConflictCount() {
*/
@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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public abstract class LocalSession implements Session {

protected SessionManager sessionManager;

protected String serverName;
private String serverName;

private long startDate = System.currentTimeMillis();

Expand Down

0 comments on commit 59df112

Please sign in to comment.