From: Tony Mack Date: Wed, 26 Oct 2011 19:27:39 +0000 (-0400) Subject: remove refrences to decode_cred() X-Git-Tag: sfa-1.1-1~18 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=a0f0c89522484f1c984a04a4824d69a856be8095 remove refrences to decode_cred() --- diff --git a/sfa/server/componentserver.py b/sfa/server/componentserver.py index 70e3dac5..eb97c7dd 100644 --- a/sfa/server/componentserver.py +++ b/sfa/server/componentserver.py @@ -115,8 +115,6 @@ class ComponentServer(threading.Thread): # that was passed to it. def noop(self, cred, anything): - self.decode_authentication(cred) - return anything ## diff --git a/sfa/server/sfaserver.py b/sfa/server/sfaserver.py index 8873e86e..d6123ea0 100644 --- a/sfa/server/sfaserver.py +++ b/sfa/server/sfaserver.py @@ -56,7 +56,6 @@ class SfaServer(threading.Thread): # that was passed to it. def noop(self, cred, anything): - self.decode_authentication(cred) return anything ##