1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-21 12:23:50 +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

@@ -207,7 +207,7 @@ int smbc_errno(struct cli_state *c)
DEBUG(3,("smbc_error %d %d (0x%x) -> %d\n",
(int)eclass, (int)ecode, (int)ecode, ret));
} else {
uint32 status;
NTSTATUS status;
status = cli_nt_error(c);
ret = cli_errno_from_nt(status);