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:
committed by
Stefan Metzmacher
parent
1434003048
commit
018a61a711
@@ -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) }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user