Commit 855ccf62 authored by Damian Johnson's avatar Damian Johnson
Browse files

Hotfix for r24613 (release 1.4.2.3)



svn:r24614
parent 8b498b39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -368,7 +368,7 @@ class ConnectionLine(entries.ConnectionPanelLine):
      # known relay then it might be client traffic
      
      conn = torTools.getConn()
      if "Guard" in conn.getMyFlags() or conn.getOption("BridgeRelay") == "1":
      if "Guard" in conn.getMyFlags([]) or conn.getOption("BridgeRelay") == "1":
        allMatches = conn.getRelayFingerprint(self.foreign.getIpAddr(), getAllMatches = True)
        return allMatches == []
    elif myType == Category.EXIT:
+2 −2
Original line number Diff line number Diff line
@@ -2,6 +2,6 @@
Provides arm's version and release date.
"""

VERSION = '1.4.2.2'
LAST_MODIFIED = "April 6, 2011"
VERSION = '1.4.2.3'
LAST_MODIFIED = "April 13, 2011"