From 459c7cb13e96793bc4622bc167422442c0cd7ba0 Mon Sep 17 00:00:00 2001 From: Sandrine Avakian Date: Mon, 24 Jun 2013 15:20:53 +0200 Subject: [PATCH] Fixing stupid bug in Ldap --- sfa/senslab/LDAPapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/senslab/LDAPapi.py b/sfa/senslab/LDAPapi.py index 2123e07d..aa99dab6 100644 --- a/sfa/senslab/LDAPapi.py +++ b/sfa/senslab/LDAPapi.py @@ -837,7 +837,7 @@ class LDAPapi : %(error)) return - return results + return results def _process_ldap_info_for_one_user(self, record, result_data): """ -- 2.47.0