1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Removed confusing comment.

(This used to be commit b496936634)
This commit is contained in:
Tim Potter 2001-10-30 05:29:37 +00:00
parent 15741d2fe4
commit 560c0c92ad

View File

@ -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))