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

r24146: It is not an error for a Win2k3-only server not to support the NT4

replication call.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2007-08-03 08:25:15 +00:00
committed by Gerald (Jerry) Carter
parent 078671d501
commit 59cba32c09
3 changed files with 5 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ static const struct werror_code_struct dos_errs[] =
{ "WERR_DFS_CANT_CREATE_JUNCT", WERR_DFS_CANT_CREATE_JUNCT },
{ "WERR_LOGON_FAILURE", WERR_LOGON_FAILURE },
{ "WERR_INVALID_SECURITY_DESCRIPTOR", WERR_INVALID_SECURITY_DESCRIPTOR },
{ "WERR_INVALID_DOMAIN_ROLE", WERR_INVALID_DOMAIN_ROLE },
{ "WERR_UNKNOWN_REVISION", WERR_UNKNOWN_REVISION },
{ "WERR_REVISION_MISMATCH", WERR_REVISION_MISMATCH },
{ "WERR_INVALID_OWNER", WERR_INVALID_OWNER },