This is only needed as tmp variable in the if block...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
bool server_restrictions_present = false;
struct pac_blobs *pac_blobs = NULL;
const struct auth_user_info_dc *user_info_dc_const = NULL;
- struct auth_user_info_dc *user_info_dc_shallow_copy = NULL;
const struct auth_user_info_dc *device_info_dc = NULL;
const struct PAC_DOMAIN_GROUP_MEMBERSHIP *_resource_groups = NULL;
enum auth_group_inclusion group_inclusion;
}
if (compounded_auth) {
+ struct auth_user_info_dc *user_info_dc_shallow_copy = NULL;
+
/* Make a shallow copy of the user_info_dc structure. */
nt_status = authsam_shallow_copy_user_info_dc(tmp_ctx,
user_info_dc_const,