mirror of
https://github.com/samba-team/samba.git
synced 2025-12-05 12:23:50 +03:00
Renamed get_nt_error_msg() to nt_errstr().
This commit is contained in:
@@ -107,7 +107,7 @@ int error_packet(char *outbuf,NTSTATUS ntstatus,
|
||||
file, line,
|
||||
(int)CVAL(outbuf,smb_com),
|
||||
smb_fn_name(CVAL(outbuf,smb_com)),
|
||||
get_nt_error_msg(ntstatus)));
|
||||
nt_errstr(ntstatus)));
|
||||
return outsize;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user