s4:py_net: PyArg_ParseTuple("i") requires an 'int' argument
authorStefan Metzmacher <metze@samba.org>
Mon, 8 Aug 2011 12:31:40 +0000 (14:31 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 8 Aug 2011 14:45:27 +0000 (16:45 +0200)
commit5d68c4eb4462dff6cccd8425653b0f8c860ff4b1
tree71690e1fba51cc025159d8427862fc6a6f3f1877
parent3b11ee1db1bbe966900fc917e3358937d1b23d62
s4:py_net: PyArg_ParseTuple("i") requires an 'int' argument

If we pass variable references we don't get implicit casting!

metze
source4/libnet/py_net.c