1
0
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:
Andrew Tridgell
-
parent 8021669b16
commit 1d36250e33
83 changed files with 1035 additions and 1038 deletions

View File

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