diff options
author | Haru <haru@dotalux.com> | 2018-04-18 00:41:38 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-04-22 21:17:53 +0200 |
commit | 0903a1f80285f02e1c902dafb2ab5e1783b9e671 (patch) | |
tree | 2e766e37097d7483709397f7298b9e5ef157db21 /src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc | |
parent | 5dd8a9165d1cd228124c2d9e07c8c38e47251dd6 (diff) | |
download | hercules-0903a1f80285f02e1c902dafb2ab5e1783b9e671.tar.gz hercules-0903a1f80285f02e1c902dafb2ab5e1783b9e671.tar.bz2 hercules-0903a1f80285f02e1c902dafb2ab5e1783b9e671.tar.xz hercules-0903a1f80285f02e1c902dafb2ab5e1783b9e671.zip |
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc index 26ee54453..3ba47102c 100644 --- a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc @@ -132,7 +132,6 @@ struct HookingPointData HookingPoints[] = { { HP_POP(chr->map_auth_failed, HP_chr_map_auth_failed) }, { HP_POP(chr->parse_frommap_auth_request, HP_chr_parse_frommap_auth_request) }, { HP_POP(chr->parse_frommap_update_ip, HP_chr_parse_frommap_update_ip) }, - { HP_POP(chr->parse_frommap_request_stats_report, HP_chr_parse_frommap_request_stats_report) }, { HP_POP(chr->parse_frommap_scdata_update, HP_chr_parse_frommap_scdata_update) }, { HP_POP(chr->parse_frommap_scdata_delete, HP_chr_parse_frommap_scdata_delete) }, { HP_POP(chr->parse_frommap, HP_chr_parse_frommap) }, |