summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repoze/bfg/authentication.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/repoze/bfg/authentication.py b/repoze/bfg/authentication.py
index 144e1bf39..5fa653a74 100644
--- a/repoze/bfg/authentication.py
+++ b/repoze/bfg/authentication.py
@@ -347,6 +347,8 @@ class AuthTktCookieHelper(object):
timestamp, old_userid, old_tokens, old_userdata = None, '', '', ''
+ expired = False
+
if old_cookie_value:
try:
(timestamp,old_userid,old_tokens,