Skip to content

Commit

Permalink
Fix for #888 Part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mubix authored Jun 29, 2020
1 parent 5db5e4f commit 6faf51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impacket/dcerpc/v5/dtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ class PRPC_SID(NDRPOINTER):

# 2.4.3 ACCESS_MASK
GENERIC_READ = 0x80000000
GENERIC_WRITE = 0x4000000
GENERIC_WRITE = 0x40000000
GENERIC_EXECUTE = 0x20000000
GENERIC_ALL = 0x10000000
MAXIMUM_ALLOWED = 0x02000000
Expand Down

0 comments on commit 6faf51d

Please sign in to comment.