Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hackerdojo/hd-captiveportal
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Klug committed Jan 9, 2012
2 parents 1dd9122 + 36e1658 commit ccf93e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pfsense/bridge.py
Expand Up @@ -8,6 +8,10 @@
logger.setLevel(logging.DEBUG)
logger.addHandler(logging.StreamHandler(sys.stdout))

# The member cache is a mapping of mac address to member username.
# Any new mac address will override the last for a given member.
# This is used only in cases when App Engine can't be reached,
# ensuring that known/cached members will be ensured full access.
member_cache = {}

class RadiusServer(server.Server):
Expand Down

0 comments on commit ccf93e6

Please sign in to comment.