1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-15 16:23:49 +03:00

r18847: Add WERR_NO_SYSTEM_RESOURCES showing up in dfs torture testing.

Guenther
This commit is contained in:
Günther Deschner
2006-09-23 19:04:39 +00:00
committed by Gerald (Jerry) Carter
parent dc1b8a3aae
commit 692746ff8d
2 changed files with 2 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_PRIVILEGE_NOT_HELD", WERR_PRIVILEGE_NOT_HELD },
{ "WERR_NO_SUCH_USER", WERR_NO_SUCH_USER },
{ "WERR_NO_SUCH_DOMAIN", WERR_NO_SUCH_DOMAIN },
{ "WERR_NO_SYSTEM_RESOURCES", WERR_NO_SYSTEM_RESOURCES },
{ "WERR_DS_SERVICE_BUSY", WERR_DS_SERVICE_BUSY },
{ "WERR_DS_SERVICE_UNAVAILABLE", WERR_DS_SERVICE_UNAVAILABLE },
{ "WERR_DS_NO_SUCH_OBJECT", WERR_DS_NO_SUCH_OBJECT },