ldb:pyldb.c - py_ldb_* modification calls - error string shouldn't be set here
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 20 Sep 2011 15:41:10 +0000 (17:41 +0200)
committerAndrew Tridgell <tridge@samba.org>
Tue, 11 Oct 2011 06:42:07 +0000 (08:42 +0200)
commit21d053d120cbc665ed8c0afe82598220a608f2af
tree34ed5a576303aaad9b926d77a68d3dd1687f0257
parent96a9f823edd9c9387d6708fa8c3a4dc5de75127d
ldb:pyldb.c - py_ldb_* modification calls - error string shouldn't be set here

As discussed with Jelmer, we shouldn't be setting a generic LDB error string
only for the Python bindings alone. This should be done in "ldb_request"
and "ldb_wait" - the common place for all possible LDB access mechanisms.

Signed-off-by: Andrew Tridgell <tridge@samba.org>
lib/ldb/pyldb.c