search for: calculated_instancetyp

Displaying 3 results from an estimated 3 matches for "calculated_instancetyp".

2017 Mar 30
4
possible memory leak in ldb module while dbcheck on RODC
An embedded and charset-unspecified text was scrubbed... Name: memory_profiler.txt URL: <http://lists.samba.org/pipermail/samba/attachments/20170330/f5d10ac9/memory_profiler.txt>
2017 Mar 31
2
possible memory leak in ldb module while dbcheck on RODC
...) > > "Failed to rename object %s into %s" % > > (obj.dn, > > new_dn)): > > self.report("Renamed %s into %s" % (obj.dn, new_dn)) > > > > + @profile > > def err_wrong_instancetype(self, obj, calculated_instancetype): > > '''handle a wrong instanceType''' > > self.report("ERROR: wrong instanceType %s on %s, should be > > %d" % (obj["instanceType"], obj.dn, calculated_instancetype)) @@ > > -1541,6 +1544,7 @@ newSuperior: %s&q...
2017 Mar 31
0
possible memory leak in ldb module while dbcheck on RODC
...om_dn), str(to_rdn), > str(to_base))) > "Failed to rename object %s into %s" % (obj.dn, > new_dn)): > self.report("Renamed %s into %s" % (obj.dn, new_dn)) > > + @profile > def err_wrong_instancetype(self, obj, calculated_instancetype): > '''handle a wrong instanceType''' > self.report("ERROR: wrong instanceType %s on %s, should be %d" % > (obj["instanceType"], obj.dn, calculated_instancetype)) > @@ -1541,6 +1544,7 @@ newSuperior: %s""" % (...