diff options
author | Gerald Carter <jerry@samba.org> | 2003-01-22 14:34:00 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-01-22 14:34:00 +0000 |
commit | 72ae2c115944f56066aa8776f64edfc12e0e19c1 (patch) | |
tree | e6286c9205e31316634b3866379585e53ce729d8 /source3 | |
parent | e545fe3c0aa1901026d5d11fa48d084e4cecde40 (diff) | |
download | samba-72ae2c115944f56066aa8776f64edfc12e0e19c1.tar.gz samba-72ae2c115944f56066aa8776f64edfc12e0e19c1.tar.bz2 samba-72ae2c115944f56066aa8776f64edfc12e0e19c1.zip |
fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLE
(This used to be commit b063acd9062704be6352647dae2ad801ecacec75)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/nterr.c | 1 |
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) } }; |