mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
s4-dsdb: use LDB_FLAG_MOD_REPLACE for isDeleted
isDeleted could have been set to FALSE previously Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Nov 4 10:18:10 UTC 2010 on sn-devel-104
This commit is contained in:
parent
c5f07d33ae
commit
81e5321f5e
@ -2612,7 +2612,7 @@ static int replmd_delete(struct ldb_module *module, struct ldb_request *req)
|
||||
talloc_free(tmp_ctx);
|
||||
return ret;
|
||||
}
|
||||
msg->elements[el_count++].flags = LDB_FLAG_MOD_ADD;
|
||||
msg->elements[el_count++].flags = LDB_FLAG_MOD_REPLACE;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user