Software Freedom Law Center

Changeset 180

Show
Ignore:
Timestamp:
07/15/08 21:01:00 (1 month ago)
Author:
landon
Message:

Fixed a bug in my previous rolling auth fix that automagically unauthed the
user.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/antimatter/luke/myplugs/libtracker/auth.py

    r179 r180  
    100100    user = authenticated.data[ievent.userhost] 
    101101    if ((config.get('max_auth') - (time() - user.lastauth)) > 0): 
    102         user.lastauth = config.get('max_auth'
     102        user.lastauth = time(
    103103        return True 
    104104    else: 

SFLC Main Page

[frdm] Support SFLC