From a0f0c89522484f1c984a04a4824d69a856be8095 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 26 Oct 2011 15:27:39 -0400 Subject: [PATCH] remove refrences to decode_cred() --- sfa/server/componentserver.py | 2 -- sfa/server/sfaserver.py | 1 - 2 files changed, 3 deletions(-) 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 ## -- 2.43.0