mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
Merge of server unavailable error string.
This commit is contained in:
@ -67,6 +67,7 @@ werror_code_struct dos_errs[] =
|
||||
{ "WERR_DFS_CANT_CREATE_JUNCT", WERR_DFS_CANT_CREATE_JUNCT },
|
||||
{ "WERR_INVALID_SECURITY_DESCRIPTOR", WERR_INVALID_SECURITY_DESCRIPTOR },
|
||||
{ "WERR_INVALID_OWNER", WERR_INVALID_OWNER },
|
||||
{ "WERR_SERVER_UNAVAILABLE", WERR_SERVER_UNAVAILABLE },
|
||||
{ NULL, W_ERROR(0) }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user