Skip to content

Commit

Permalink
not using pointer for pmsgAdd
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Jan 19, 2024
1 parent 800eaef commit 0ed27c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impacket/dcerpc/v5/drsuapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@ class DRSReplicaAdd(NDRCALL):
structure = (
('hDrs', DRS_HANDLE),
('dwVersion', DWORD),
('pmsgAdd', PDRS_MSG_REPADD),
('pmsgAdd', DRS_MSG_REPADD),
)


Expand Down

0 comments on commit 0ed27c0

Please sign in to comment.