summaryrefslogtreecommitdiff
path: root/source3/libsmb/nterr.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-08-21 21:25:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:46 -0500
commit232569c1f1a93bf0291c6e02569857a7a001c3dd (patch)
treebf66c8fd77eb801f9caeaeb98867414e8e9c584f /source3/libsmb/nterr.c
parentc9f9c6505091aa1bf469c06c779040689c0737f7 (diff)
downloadsamba-232569c1f1a93bf0291c6e02569857a7a001c3dd.tar.gz
samba-232569c1f1a93bf0291c6e02569857a7a001c3dd.tar.bz2
samba-232569c1f1a93bf0291c6e02569857a7a001c3dd.zip
r17672: remove duplicate description on NT_STATUS_INVALID_PARAMETER (from Michael Adam <ma@sernet.de>)
(This used to be commit 7b51e27d026f2511edcde054f0d2deb9932d2fe8)
Diffstat (limited to 'source3/libsmb/nterr.c')
-rw-r--r--source3/libsmb/nterr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libsmb/nterr.c b/source3/libsmb/nterr.c
index 15072f70d3..c247d818c1 100644
--- a/source3/libsmb/nterr.c
+++ b/source3/libsmb/nterr.c
@@ -569,7 +569,6 @@ nt_err_code_struct nt_err_desc[] =
{ "Invalid workstation", NT_STATUS_INVALID_WORKSTATION },
{ "Password expired", NT_STATUS_PASSWORD_EXPIRED },
{ "Account disabled", NT_STATUS_ACCOUNT_DISABLED },
- { "Unexpected information received", NT_STATUS_INVALID_PARAMETER },
{ "Memory allocation error", NT_STATUS_NO_MEMORY },
{ "No domain controllers located", NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND },
{ "Named pipe not available", NT_STATUS_PIPE_NOT_AVAILABLE },