mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
s3: Fix a typo. Thanks to Christian Ambach for pointing me at it :-)
This commit is contained in:
@ -769,7 +769,7 @@ static const nt_err_code_struct nt_err_desc[] =
|
||||
{ "Invalid pipe state", NT_STATUS_INVALID_PIPE_STATE },
|
||||
{ "Named pipe busy", NT_STATUS_PIPE_BUSY },
|
||||
{ "Illegal function", NT_STATUS_ILLEGAL_FUNCTION },
|
||||
{ "Named pipe dicconnected", NT_STATUS_PIPE_DISCONNECTED },
|
||||
{ "Named pipe disconnected", NT_STATUS_PIPE_DISCONNECTED },
|
||||
{ "Named pipe closing", NT_STATUS_PIPE_CLOSING },
|
||||
{ "Remote host not listening", NT_STATUS_REMOTE_NOT_LISTENING },
|
||||
{ "Duplicate name on network", NT_STATUS_DUPLICATE_NAME },
|
||||
|
Reference in New Issue
Block a user