summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repoze/bfg/authentication.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/repoze/bfg/authentication.py b/repoze/bfg/authentication.py
index e88952f86..6989cb23f 100644
--- a/repoze/bfg/authentication.py
+++ b/repoze/bfg/authentication.py
@@ -408,7 +408,5 @@ class AuthTktCookieHelper(object):
secure=self.secure)
cookie_value = ticket.cookie_value()
- cur_domain = environ.get('HTTP_HOST', environ.get('SERVER_NAME'))
- wild_domain = '.' + cur_domain
return self._get_cookies(environ, cookie_value, max_age)