[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819
Sebastian Krzyszkowiak
seba.dos1 at gmail.com
Sat Aug 6 08:18:01 UTC 2011
The following commit has been merged in the debian branch:
commit 25a5d2bc070b93005435348f6ce35f89fb4fdef5
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date: Mon Aug 24 23:33:26 2009 +0200
opimd: Don't create comp_value when not needed
diff --git a/framework/subsystems/opimd/pimd_generic.py b/framework/subsystems/opimd/pimd_generic.py
index 69ac320..2369e45 100644
--- a/framework/subsystems/opimd/pimd_generic.py
+++ b/framework/subsystems/opimd/pimd_generic.py
@@ -653,7 +653,7 @@ class GenericDomain():
for value in data[field_name]:
#newfieldid = len(entryif._fields)-1
#entryif._field_idx[field_name].append(newfieldid)
- entryif._fields.append([field_name, value, value, backend])
+ entryif._fields.append([field_name, value, '', backend])
entryif.rebuild_index()
else:
for field_nr in entryif._field_idx[field_name]:
--
FSO frameworkd Debian packaging
More information about the pkg-fso-commits
mailing list