creds->sid will be removed soon...
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15425
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
(cherry picked from commit
88a84d9330d2bb03176f888a0d8e5066e1e21bf6)
TALLOC_FREE(creds);
return status;
}
- client_sid = creds->sid;
+ client_sid = &creds->ex->client_sid;
DEBUG(3,("_netr_ServerPasswordSet: Server Password Set by remote machine:[%s] on account [%s]\n",
r->in.computer_name, creds->computer_name));
TALLOC_FREE(creds);
return status;
}
- client_sid = creds->sid;
+ client_sid = &creds->ex->client_sid;
DBG_NOTICE("Server Password Set2 by remote "
"machine:[%s] on account [%s]\n",