python: Use an unsigned integer for buf_size, not -1
commit3faa7dc5a7d39cfdfc908a51e38772fda801c1a3
authorAndrew Bartlett <abartlet@samba.org>
Wed, 29 Jul 2015 03:25:09 +0000 (29 15:25 +1200)
committerStefan Metzmacher <metze@samba.org>
Mon, 24 Aug 2015 21:46:22 +0000 (24 23:46 +0200)
treed462b16cde36385883b7063db9c270bb0320e634
parent4ef468eecdbff27347280060636afe27ce3a0b87
python: Use an unsigned integer for buf_size, not -1

This will fail once our python bindings correctly check value ranges

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11429

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
python/samba/tests/dcerpc/sam.py