Skip to content

Commit

Permalink
Merge pull request #891 from mubix/patch-2
Browse files Browse the repository at this point in the history
Fix for #888 Part 1
  • Loading branch information
asolino authored Jun 29, 2020
2 parents b5c0f17 + 6faf51d commit 5d4ad6c
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 5d4ad6c

Please sign in to comment.