mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.
samr_lookup_rids() moved to a dynamic memory structure not a
static one limited to 32 RIDs. cli_pipe.c reading wasn't checking
ERRmoredata when DOS error codes negotiated (this terminates
MSRPC code with prejudice).
(This used to be commit 8976eca2db
)
This commit is contained in:
@ -1654,6 +1654,7 @@ static void samr_reply_lookup_rids(SAMR_Q_LOOKUP_RIDS *q_u,
|
||||
DOM_SID pol_sid;
|
||||
|
||||
SAMR_R_LOOKUP_RIDS r_u;
|
||||
ZERO_STRUCT(r_u);
|
||||
|
||||
DEBUG(5,("samr_lookup_rids: %d\n", __LINE__));
|
||||
|
||||
|
Reference in New Issue
Block a user