mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +03:00
Removed confusing comment.
This commit is contained in:
@@ -1489,7 +1489,7 @@ BOOL net_io_q_sam_logon(char *desc, NET_Q_SAM_LOGON *q_l, prs_struct *ps, int de
|
||||
if(!prs_align(ps))
|
||||
return False;
|
||||
|
||||
if(!smb_io_sam_info("", &q_l->sam_id, ps, depth)) /* domain SID */
|
||||
if(!smb_io_sam_info("", &q_l->sam_id, ps, depth))
|
||||
return False;
|
||||
|
||||
if(!prs_uint16("validation_level", ps, depth, &q_l->validation_level))
|
||||
|
||||
Reference in New Issue
Block a user