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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user