View | Details | Raw Unified | Return to bug 38645 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +4 lines)
Line     Link Here 
0
-- __init__.py_BACKUP_UNIVENTION_SUPPORT_20150603_1049 2015-06-03 10:49:50.833017252 +0200
0
++ __init__.py 2015-06-03 10:53:41.257025674 +0200
 Lines 1699-1706    Link Here 
1699
1699
1700
 										object[dntype] = self._get_dn_by_ucs(object[dntype])
1700
 										t_dn = object[dntype]
1701
 										object[dntype] = self.dn_mapped_to_base(object[dntype], self.lo_s4.base)
1701
 										object[dntype] = self._get_dn_by_ucs(t_dn)
1702
 										object[dntype] = self.dn_mapped_to_base(t_dn, self.lo_s4.base)

Return to bug 38645