summaryrefslogtreecommitdiff
path: root/paste/auth
diff options
context:
space:
mode:
authorcce <devnull@localhost>2007-01-10 15:41:16 +0000
committercce <devnull@localhost>2007-01-10 15:41:16 +0000
commite76e0f26143eb291c59c3197527d64aed9c238d7 (patch)
treef276d57c3027e08b816769c1c32d07ca5439b601 /paste/auth
parent8575b7cae8b55ce98ad91b027f697718f5ce1c51 (diff)
downloadpaste-e76e0f26143eb291c59c3197527d64aed9c238d7.tar.gz
oops
Diffstat (limited to 'paste/auth')
-rw-r--r--paste/auth/digest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/paste/auth/digest.py b/paste/auth/digest.py
index 81a11f3..229a03d 100644
--- a/paste/auth/digest.py
+++ b/paste/auth/digest.py
@@ -114,8 +114,6 @@ class AuthDigestAuthenticator(object):
except:
return self.build_authentication()
ha1 = self.authfunc(environ, realm, username)
- if ha1 is None:
- return self.build_authentication()
return self.compute(ha1, username, response, method, authpath,
nonce, nc, cnonce, qop)