Skip to content

Commit

Permalink
[SIEM] replace EDIT_CHANGED_2 type with EDIT_CHANGED
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpoelen committed Mar 12, 2024
1 parent e3c9cea commit 3ea5db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod/rdp/rdp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ class mod_rdp_channels
executable_log6_if(EXECUTABLE_LOG6_ID_AND_NAME(EDIT_CHANGED),
"window"_av,
"edit"_av),
executable_log6_if(EXECUTABLE_LOG6_ID_AND_NAME(EDIT_CHANGED_2),
executable_log6_if("EDIT_CHANGED_2"_ascii_upper, LogId::EDIT_CHANGED,
"window"_av,
"edit"_av,
"value"_av),
Expand Down

0 comments on commit 3ea5db6

Please sign in to comment.