From aa84ca6e6ba66536ca32dc5792d27e2169589a14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 12 May 2009 23:50:37 +0200 Subject: [PATCH] error-codes: add some more WERRORs to table. These tables really should be auto-generated at some point... Guenther --- libcli/util/doserr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c index a7a132fbcb70..ed220cc13450 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) } }; -- 2.34.1