mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Renamed get_nt_error_msg() to nt_errstr().
(This used to be commit 1f007d3ed4
)
This commit is contained in:
@ -540,7 +540,7 @@ nt_err_code_struct nt_errs[] =
|
||||
/*****************************************************************************
|
||||
returns an NT error message. not amazingly helpful, but better than a number.
|
||||
*****************************************************************************/
|
||||
char *get_nt_error_msg(NTSTATUS nt_code)
|
||||
char *nt_errstr(NTSTATUS nt_code)
|
||||
{
|
||||
static pstring msg;
|
||||
int idx = 0;
|
||||
|
Reference in New Issue
Block a user