1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

get_nt_error_msg from APPLIANCE_HEAD is called nt_errstr in HEAD. This should fix the build.

This commit is contained in:
Jim McDonough -
parent af21e77384
commit a89187ccc9

View 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);
}
/*****************************************************************************