Skip to content

Commit

Permalink
fixed ReplicaDel structures for push function
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Jan 19, 2024
1 parent 47453a7 commit 0c8bf5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions impacket/dcerpc/v5/drsuapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ class PDRS_MSG_REPADD(NDRPOINTER):
class DRS_MSG_REPDEL_V1(NDRSTRUCT):
structure = (
('pNC', PDSNAME),
('pszDsaSrc', PCHAR),
('pszDsaSrc', LPCSTR),
('ulOptions', ULONG),
)

Expand Down Expand Up @@ -1688,7 +1688,7 @@ class DRSReplicaDel(NDRCALL):
structure = (
('hDrs', DRS_HANDLE),
('dwVersion', DWORD),
('pmsgDel', PDRS_MSG_REPDEL),
('pmsgDel', DRS_MSG_REPDEL),
)


Expand Down

0 comments on commit 0c8bf5a

Please sign in to comment.