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

@ -216,7 +216,7 @@ int smbc_errno(struct cli_state *c)
ret = cli_errno_from_nt(status);
DEBUG(3,("smbc errno %s -> %d\n",
get_nt_error_msg(status), ret));
nt_errstr(status), ret));
}
return ret;