Skip to content

Commit

Permalink
adding opnums to DRSReplicaAdd and DRSReplicaDel
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Jan 18, 2024
1 parent 1da95c1 commit 6fa3952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions impacket/dcerpc/v5/drsuapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1660,6 +1660,7 @@ class DRSAddEntryResponse(NDRCALL):

# 4.1.19 IDL_DRSReplicaAdd (Opnum 5)
class DRSReplicaAdd(NDRCALL):
opnum = 5
structure = (
('hDrs', DRS_HANDLE),
('dwVersion', DWORD),
Expand All @@ -1669,6 +1670,7 @@ class DRSReplicaAdd(NDRCALL):

# 4.1.20 IDL_DRSReplicaDel (Opnum 6)
class DRSReplicaDel(NDRCALL):
opnum = 6
structure = (
('hDrs', DRS_HANDLE),
('dwVersion', DWORD),
Expand Down

0 comments on commit 6fa3952

Please sign in to comment.