1
0
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:
Tim Potter
2002-03-17 04:36:35 +00:00
parent 0bb16f1d01
commit ab13654dc9
35 changed files with 113 additions and 113 deletions

View File

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