mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
dsdb: Fix CID 1364520 Incorrect expression (EVALUATION_ORDER)
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jul 26 23:48:19 CEST 2016 on sn-devel-144
This commit is contained in:
parent
add64427fd
commit
9e676b25dd
@ -2215,9 +2215,8 @@ static int setup_password_fields(struct setup_password_fields_io *io)
|
||||
static int setup_smartcard_reset(struct setup_password_fields_io *io)
|
||||
{
|
||||
struct ldb_context *ldb = ldb_module_get_ctx(io->ac->module);
|
||||
struct loadparm_context *lp_ctx =
|
||||
lp_ctx = talloc_get_type(ldb_get_opaque(ldb, "loadparm"),
|
||||
struct loadparm_context);
|
||||
struct loadparm_context *lp_ctx = talloc_get_type(
|
||||
ldb_get_opaque(ldb, "loadparm"), struct loadparm_context);
|
||||
struct supplementalCredentialsBlob scb = { .__ndr_size = 0 };
|
||||
enum ndr_err_code ndr_err;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user