From: Matthias Dieter Wallnöfer Date: Fri, 31 Jul 2009 17:24:53 +0000 (+0200) Subject: s3: Remove invalid constant X-Git-Tag: talloc-2.0.0~516 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d87e937518c0b4eaee15503ce243f6005130c610;p=thirdparty%2Fsamba.git s3: Remove invalid constant --- diff --git a/source3/libsmb/nterr.c b/source3/libsmb/nterr.c index 52e81acbc37..a5e06e05348 100644 --- a/source3/libsmb/nterr.c +++ b/source3/libsmb/nterr.c @@ -532,7 +532,6 @@ static const nt_err_code_struct nt_errs[] = { "NT_STATUS_TOO_MANY_LINKS", NT_STATUS_TOO_MANY_LINKS }, { "NT_STATUS_QUOTA_LIST_INCONSISTENT", NT_STATUS_QUOTA_LIST_INCONSISTENT }, { "NT_STATUS_FILE_IS_OFFLINE", NT_STATUS_FILE_IS_OFFLINE }, - { "NT_STATUS_DS_BUSY", NT_STATUS_DS_BUSY }, { "NT_STATUS_DS_NO_MORE_RIDS", NT_STATUS_DS_NO_MORE_RIDS }, { "NT_STATUS_NOT_A_REPARSE_POINT", NT_STATUS_NOT_A_REPARSE_POINT }, { "NT_STATUS_DOWNGRADE_DETECTED", NT_STATUS_DOWNGRADE_DETECTED },