mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
werror: removed WERR_NO_SUCH_SERVICE
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
59c9c35bea
commit
5ffa3d862a
@ -284,7 +284,6 @@ static const struct werror_code_struct dos_errs[] =
|
||||
{ "WERR_IO_PENDING", WERR_IO_PENDING },
|
||||
{ "WERR_INVALID_SERVICE_CONTROL", WERR_INVALID_SERVICE_CONTROL },
|
||||
{ "WERR_SERVICE_ALREADY_RUNNING", WERR_SERVICE_ALREADY_RUNNING },
|
||||
{ "WERR_NO_SUCH_SERVICE", WERR_NO_SUCH_SERVICE },
|
||||
{ "WERR_SERVICE_DISABLED", WERR_SERVICE_DISABLED },
|
||||
{ "WERR_SERVICE_MARKED_FOR_DELETE", WERR_SERVICE_MARKED_FOR_DELETE },
|
||||
{ "WERR_SERVICE_EXISTS", WERR_SERVICE_EXISTS },
|
||||
|
Reference in New Issue
Block a user