Skip to content

Commit

Permalink
Added STATUS_PIPE_CLOSING NtStatus value
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Feb 24, 2018
1 parent 991210e commit f6e0663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smbprotocol/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ class NtStatus(object):
STATUS_PASSWORD_EXPIRED = 0xC0000071
STATUS_INSUFFICIENT_RESOURCES = 0xC000009A
STATUS_PIPE_BUSY = 0xC00000AE
STATUS_PIPE_CLOSING = 0xC00000B1
STATUS_FILE_IS_A_DIRECTORY = 0xC00000BA
STATUS_NOT_SUPPORTED = 0xC00000BB
STATUS_BAD_NETWORK_NAME = 0xC00000CC
Expand Down

0 comments on commit f6e0663

Please sign in to comment.