fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLE
authorGerald Carter <jerry@samba.org>
Wed, 22 Jan 2003 14:37:50 +0000 (14:37 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 22 Jan 2003 14:37:50 +0000 (14:37 +0000)
(This used to be commit fcf63df8bfae37680ad7af48c65af62abc4e0020)

source3/libsmb/nterr.c

index dbad05b91e5af9a162033ac82511cdab1b1b959b..6274680f60fdf3ccc88cb0a67cf75d96983b9675 100644 (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) }
 };