Skip to content

Commit

Permalink
fixed DRS_MSG_DCINFOREPLY_VFFFFFFFF name
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Jan 21, 2024
1 parent 0c8bf5a commit c972f2d
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 @@ -512,7 +512,7 @@ class DRS_MSG_DCINFOREPLY(NDRUNION):
1: ('V1', DRS_MSG_DCINFOREPLY_V1),
2: ('V2', DRS_MSG_DCINFOREPLY_V2),
3: ('V3', DRS_MSG_DCINFOREPLY_V3),
0xffffffff: ('V1', DRS_MSG_DCINFOREPLY_VFFFFFFFF),
0xffffffff: ('VFFFFFFFF', DRS_MSG_DCINFOREPLY_VFFFFFFFF),
}


Expand Down

0 comments on commit c972f2d

Please sign in to comment.