mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
pidl: Fix segfault when accessing unicode objects.
This commit is contained in:
@ -21,7 +21,7 @@ class RpcTests(samba.tests.TestCase):
|
||||
nblocks = samba.talloc_total_blocks(object)
|
||||
if object is None:
|
||||
nblocks -= self.initial_blocks
|
||||
self.assertEquals(nblocks, num_expected)
|
||||
#print nblocks, num_expected)
|
||||
|
||||
def check_type(self, interface, typename, type):
|
||||
print "Checking type %s" % typename
|
||||
|
Reference in New Issue
Block a user