pyldb: py_ldb_msg_keys() uses PyErr_LDB_MESSAGE_OR_RAISE
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 15 Mar 2024 00:50:40 +0000 (13:50 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 10 Apr 2024 05:13:32 +0000 (05:13 +0000)
commitacba42b126cdc4b6c165a0075bc3986a72bfe5eb
tree0d8465b696a1d307d71d34b321705eef5fd0765c
parentd05ae6872b17ec0df5343d38c5638064a676f6db
pyldb: py_ldb_msg_keys() uses PyErr_LDB_MESSAGE_OR_RAISE

We change the [unused, because it always cast] signature of
py_ldb_msg_iter() in the same commit, because that is just a wrapper
around _keys() and this maintains bisectability with the least fuss.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/pyldb.c