get_nt_error_msg from APPLIANCE_HEAD is called nt_errstr in HEAD. This should fix...
authorJim McDonough <jmcd@samba.org>
Thu, 21 Nov 2002 01:01:58 +0000 (01:01 +0000)
committerJim McDonough <jmcd@samba.org>
Thu, 21 Nov 2002 01:01:58 +0000 (01:01 +0000)
(This used to be commit a89187ccc95cc54e39518413bd4fff92c7223108)

source3/libsmb/nterr.c

index 73d77b728ae44bcbae111b8d94fcdc349598ee20..89ad58b26f616280178aca7ac19765ad45b0e673 100644 (file)
@@ -607,7 +607,7 @@ char *get_friendly_nt_error_msg(NTSTATUS nt_code)
        
        /* fall back to NT_STATUS_XXX string */
        
-       return get_nt_error_msg(nt_code);
+       return nt_errstr(nt_code);
 }
 
 /*****************************************************************************