1
0
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:
Volker Lendecke
2010-03-09 15:36:08 +01:00
parent deebbe7cfa
commit 8fd43f44ef
21 changed files with 21 additions and 21 deletions

View File

@ -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 },