1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLE

(This used to be commit b063acd9062704be6352647dae2ad801ecacec75)
This commit is contained in:
Gerald Carter 2003-01-22 14:34:00 +00:00
parent e545fe3c0a
commit 72ae2c1159

View File

@ -568,6 +568,7 @@ nt_err_code_struct nt_err_desc[] =
{ "Memory allocation error", NT_STATUS_NO_MEMORY },
{ "No domain controllers located", NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND },
{ "Account locked out", NT_STATUS_ACCOUNT_LOCKED_OUT },
{ "Named pipe note available", NT_STATUS_PIPE_NOT_AVAILABLE },
{ NULL, NT_STATUS(0) }
};