mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r19162: Merge WERR code from Samba 3.
Guenther
This commit is contained in:
parent
bd50a59294
commit
d9562e0f83
@ -78,6 +78,7 @@ static const struct werror_code_struct dos_errs[] =
|
||||
{ "WERR_INVALID_OWNER", WERR_INVALID_OWNER },
|
||||
{ "WERR_INVALID_COMPUTERNAME", WERR_INVALID_COMPUTERNAME },
|
||||
{ "WERR_INVALID_DOMAINNAME", WERR_INVALID_DOMAINNAME },
|
||||
{ "WERR_NO_LOGON_SERVERS", WERR_NO_LOGON_SERVERS },
|
||||
{ "WERR_NO_SUCH_PRIVILEGE", WERR_NO_SUCH_PRIVILEGE },
|
||||
{ "WERR_PRIVILEGE_NOT_HELD", WERR_PRIVILEGE_NOT_HELD },
|
||||
{ "WERR_NO_SUCH_USER", WERR_NO_SUCH_USER },
|
||||
|
@ -195,6 +195,7 @@
|
||||
#define WERR_UNKNOWN_REVISION W_ERROR(1305)
|
||||
#define WERR_REVISION_MISMATCH W_ERROR(1306)
|
||||
#define WERR_INVALID_OWNER W_ERROR(1307)
|
||||
#define WERR_NO_LOGON_SERVERS W_ERROR(1311)
|
||||
#define WERR_NO_SUCH_PRIVILEGE W_ERROR(1313)
|
||||
#define WERR_PRIVILEGE_NOT_HELD W_ERROR(1314)
|
||||
#define WERR_NO_SUCH_USER W_ERROR(1317)
|
||||
|
Loading…
Reference in New Issue
Block a user