pysecurity: use unsigned int, not int to approximate uint32_t
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Sun, 7 Jul 2019 00:14:50 +0000 (12:14 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 22 Jul 2019 22:20:26 +0000 (22:20 +0000)
commit95a5140db3e84478b903f9e96fc34e87db2c07c6
tree3a3c27d6fbf8372867049f8002c403dd4703a1cd
parent0d0a88fc6a4371bf3666186792f253cacf2f1378
pysecurity: use unsigned int, not int to approximate uint32_t

the "I" flag for unsigned int has been available since Python 2.3

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/security/pysecurity.c