diff options
author | Günther Deschner <gd@samba.org> | 2009-05-12 23:50:37 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-05-12 23:52:43 +0200 |
commit | aa84ca6e6ba66536ca32dc5792d27e2169589a14 (patch) | |
tree | f95df05852bf41712f698c2fbefb97d4c7829e6c /libcli | |
parent | d3a9ee689d636f13f7935d1ddfccfdd4f4e8527a (diff) | |
download | samba-aa84ca6e6ba66536ca32dc5792d27e2169589a14.tar.gz samba-aa84ca6e6ba66536ca32dc5792d27e2169589a14.tar.xz samba-aa84ca6e6ba66536ca32dc5792d27e2169589a14.zip |
error-codes: add some more WERRORs to table.
These tables really should be auto-generated at some point...
Guenther
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/util/doserr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c index a7a132fbcb7..ed220cc1345 100644 --- a/libcli/util/doserr.c +++ b/libcli/util/doserr.c @@ -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) } }; |