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