1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00

r26160: Add WERR_NAME_NOT_FOUND.

Guenther
(This used to be commit 66be960c67)
This commit is contained in:
Günther Deschner
2007-11-27 11:58:33 +01:00
committed by Stefan Metzmacher
parent 1434003048
commit 018a61a711
2 changed files with 2 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_FRS_INSUFFICIENT_PRIV", WERR_FRS_INSUFFICIENT_PRIV },
{ "WERR_RPC_E_REMOTE_DISABLED", WERR_RPC_E_REMOTE_DISABLED },
{ "WERR_NOT_CONNECTED", WERR_NOT_CONNECTED },
{ "WERR_NAME_NOT_FOUND", WERR_NAME_NOT_FOUND},
{ NULL, W_ERROR(0) }
};