summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/authn.py
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/hosting/server/authn.py')
-rw-r--r--sca-cpp/trunk/hosting/server/authn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/hosting/server/authn.py b/sca-cpp/trunk/hosting/server/authn.py
index 02c24a2852..e3d6711cbd 100644
--- a/sca-cpp/trunk/hosting/server/authn.py
+++ b/sca-cpp/trunk/hosting/server/authn.py
@@ -25,7 +25,7 @@ def authnid(id):
# Get a user's authentication
def get(id, cache):
authn = cache.get(authnid(id))
- if isNil(authn):
+ if isNull(authn):
return None
return authn