Skip to content

Commit

Permalink
Adding DRSReplicaDelResponse structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Feb 1, 2024
1 parent 9e6a63b commit 6ba8815
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion impacket/dcerpc/v5/drsuapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1967,7 +1967,9 @@ class DRSReplicaDel(NDRCALL):


class DRSReplicaDelResponse(DRSReplicaAddResponse):
pass
structure = (
('ErrorCode', DWORD),
)


################################################################################
Expand Down

0 comments on commit 6ba8815

Please sign in to comment.