summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-01-22 14:37:50 +0000
committerGerald Carter <jerry@samba.org>2003-01-22 14:37:50 +0000
commit069ac159429ea943a0f97747439b4293c5593b1d (patch)
tree077d4c048c69586bb6ecf8c92f946fc2dcbe1730 /source3/libsmb
parente47fbbd37f00672a5d859f137e1b7805d1301cb0 (diff)
downloadsamba-069ac159429ea943a0f97747439b4293c5593b1d.tar.gz
samba-069ac159429ea943a0f97747439b4293c5593b1d.tar.bz2
samba-069ac159429ea943a0f97747439b4293c5593b1d.zip
fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLE
(This used to be commit fcf63df8bfae37680ad7af48c65af62abc4e0020)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/nterr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/nterr.c b/source3/libsmb/nterr.c
index dbad05b91e..6274680f60 100644
--- a/source3/libsmb/nterr.c
+++ b/source3/libsmb/nterr.c
@@ -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) }
};