mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
Added WERR_INVALID_FORM_NAME constant.
(This used to be commit 908b70f3e2
)
This commit is contained in:
@ -52,6 +52,7 @@ werror_code_struct dos_errs[] =
|
||||
{ "WERR_PRINTER_ALREADY_EXISTS", WERR_PRINTER_ALREADY_EXISTS },
|
||||
{ "WERR_INVALID_DATATYPE", WERR_INVALID_DATATYPE },
|
||||
{ "WERR_INVALID_ENVIRONMENT", WERR_INVALID_ENVIRONMENT },
|
||||
{ "WERR_INVALID_FORM_NAME", WERR_INVALID_FORM_NAME },
|
||||
{ "WERR_INVALID_FORM_SIZE", WERR_INVALID_FORM_SIZE },
|
||||
{ "WERR_BUF_TOO_SMALL", WERR_BUF_TOO_SMALL },
|
||||
{ "WERR_JOB_NOT_FOUND", WERR_JOB_NOT_FOUND },
|
||||
|
Reference in New Issue
Block a user