mirror of
https://github.com/samba-team/samba.git
synced 2025-12-11 08:23:49 +03:00
converted another bunch of stuff to NTSTATUS
This commit is contained in:
@@ -727,7 +727,7 @@ static BOOL api_samr_set_userinfo(pipes_struct *p)
|
||||
DEBUG(0,("api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO.\n"));
|
||||
/* Fix for W2K SP2 */
|
||||
if (q_u.switch_value == 0x1a) {
|
||||
setup_fault_pdu(p, 0x1c000006);
|
||||
setup_fault_pdu(p, NT_STATUS(0x1c000006));
|
||||
return True;
|
||||
}
|
||||
return False;
|
||||
|
||||
Reference in New Issue
Block a user