mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
Minor tidy-up.
This commit is contained in:
@ -670,7 +670,7 @@ NTSTATUS _net_sam_logon(pipes_struct *p, NET_Q_SAM_LOGON *q_u, NET_R_SAM_LOGON *
|
||||
|
||||
/* Check account and password */
|
||||
|
||||
if (NT_STATUS_V(status))
|
||||
if (NT_STATUS_IS_ERR(status))
|
||||
return status;
|
||||
|
||||
pdb_init_sam(&sampass);
|
||||
|
Reference in New Issue
Block a user