mirror of
https://github.com/samba-team/samba.git
synced 2025-12-24 04:23:53 +03:00
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
authenticate against them. Big/little endian issues fixed. Jeremy.
This commit is contained in:
@@ -37,7 +37,7 @@ extern int DEBUGLEVEL;
|
||||
uint32 _reg_close(pipes_struct *p, REG_Q_CLOSE *q_u, REG_R_CLOSE *r_u)
|
||||
{
|
||||
/* set up the REG unknown_1 response */
|
||||
memset((char *)r_u->pol.data, '\0', POL_HND_SIZE);
|
||||
ZERO_STRUCT(r_u->pol);
|
||||
|
||||
/* close the policy handle */
|
||||
if (!close_lsa_policy_hnd(&q_u->pol))
|
||||
|
||||
Reference in New Issue
Block a user