From 1f007d3ed41c1b71a89fa6be7d173e67e927c302 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 17 Mar 2002 04:36:35 +0000 Subject: Renamed get_nt_error_msg() to nt_errstr(). --- source/smbd/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/smbd/error.c') diff --git a/source/smbd/error.c b/source/smbd/error.c index 92a7c11b153..2f993fb41ef 100644 --- a/source/smbd/error.c +++ b/source/smbd/error.c @@ -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; } -- cgit