mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
add a comment
This commit is contained in:
parent
7969f4dccb
commit
0da440c8fe
@ -200,7 +200,7 @@ reporting %s domain %s 0x%x ntversion=%x lm_nt token=%x lm_20 token=%x\n",
|
||||
uniuser = skip_unibuf(unicomp, PTR_DIFF(buf+len, unicomp));
|
||||
getdc = skip_unibuf(uniuser,PTR_DIFF(buf+len, uniuser));
|
||||
q = skip_string(getdc,1);
|
||||
q += 4;
|
||||
q += 4; /* Account Control Bits - indicating username type */
|
||||
domainsidsize = IVAL(q, 0);
|
||||
q += 4;
|
||||
q += domainsidsize + 3;
|
||||
|
Loading…
Reference in New Issue
Block a user