1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Renamed get_nt_error_msg() to nt_errstr().

This commit is contained in:
Tim Potter
-
parent 7ba235c0fb
commit 1f007d3ed4
35 changed files with 113 additions and 113 deletions

View File

@ -103,7 +103,7 @@ char *cli_errstr(struct cli_state *cli)
if (flgs2 & FLAGS2_32_BIT_ERROR_CODES) {
NTSTATUS status = NT_STATUS(IVAL(cli->inbuf,smb_rcls));
return get_nt_error_msg(status);
return nt_errstr(status);
}
cli_dos_error(cli, &errclass, &errnum);