diff options
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/nterr.c | 1 |
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 }, |