Skip to content

Commit

Permalink
Fix erroneous opnum on response
Browse files Browse the repository at this point in the history
  • Loading branch information
smashery committed Nov 14, 2024
1 parent ea1e97d commit 68decf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SamrGetMembersInGroupResponse < BinData::Record

def initialize_instance
super
@opnum = SAMR_GET_GROUPS_FOR_USER
@opnum = SAMR_GET_MEMBERS_IN_GROUP
end
end
end
Expand Down

0 comments on commit 68decf1

Please sign in to comment.