mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
pyldb: Fix a copy&paste error, CID 1524512 DEADCODE
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Mar 30 08:08:32 UTC 2023 on atb-devel-224
This commit is contained in:
parent
5533ae3be0
commit
f448a1649c
@ -1768,7 +1768,7 @@ static PyObject *ldb_ldif_to_pyobject(struct ldb_context *ldb, struct ldb_ldif *
|
||||
deleteoldrdn_obj = Py_False;
|
||||
}
|
||||
newdn_obj = pyldb_Dn_FromDn(newdn);
|
||||
if (olddn_obj == NULL) {
|
||||
if (newdn_obj == NULL) {
|
||||
deleteoldrdn_obj = NULL;
|
||||
Py_CLEAR(olddn_obj);
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user