1
0
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:
Tim Potter
2002-04-09 05:11:34 +00:00
parent 5cdc9e1685
commit 416165a52c
3 changed files with 3 additions and 0 deletions

View File

@ -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 },