From e76e0f26143eb291c59c3197527d64aed9c238d7 Mon Sep 17 00:00:00 2001 From: cce Date: Wed, 10 Jan 2007 15:41:16 +0000 Subject: oops --- paste/auth/digest.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'paste/auth') 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) -- cgit v1.2.1