1
0
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:
Jelmer Vernooij
2010-09-20 20:02:21 -07:00
parent 5dd47eeac2
commit a7393449eb
4 changed files with 11 additions and 13 deletions

View File

@ -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