diff options
| author | cce <cce@localhost> | 2007-01-10 15:41:16 +0000 |
|---|---|---|
| committer | cce <cce@localhost> | 2007-01-10 15:41:16 +0000 |
| commit | df63f33775e4c79f640c8ef9bf48897efaf5a75d (patch) | |
| tree | f276d57c3027e08b816769c1c32d07ca5439b601 /paste | |
| parent | 039664b19c7439851589e33da834f759f503f810 (diff) | |
| download | paste-git-df63f33775e4c79f640c8ef9bf48897efaf5a75d.tar.gz | |
oops
Diffstat (limited to 'paste')
| -rw-r--r-- | paste/auth/digest.py | 2 |
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) |
