1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

error-codes: add some more WERRORs to table.

These tables really should be auto-generated at some point...

Guenther
This commit is contained in:
Günther Deschner 2009-05-12 23:50:37 +02:00
parent d3a9ee689d
commit aa84ca6e6b

View File

@ -177,6 +177,8 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_PASSWORD_MUST_CHANGE", WERR_PASSWORD_MUST_CHANGE },
{ "WERR_ACCOUNT_LOCKED_OUT", WERR_ACCOUNT_LOCKED_OUT },
{ "WERR_UNKNOWN_PRINT_MONITOR", WERR_UNKNOWN_PRINT_MONITOR },
{ "WERR_PASSWORD_RESTRICTION", WERR_PASSWORD_RESTRICTION },
{ "WERR_WRONG_PASSWORD", WERR_WRONG_PASSWORD },
{ NULL, W_ERROR(0) }
};