diff options
author | Haru <haru@dotalux.com> | 2019-03-11 03:48:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 03:48:54 +0100 |
commit | 23b515f67f912078268767ec2d28b65711d39b2f (patch) | |
tree | ca7ef86914fd19a7fba137feb8daf668d6411b63 /src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc | |
parent | c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08 (diff) | |
parent | 63062f9ddbc2c2a2384bfbbd496fc0572318a9e0 (diff) | |
download | hercules-23b515f67f912078268767ec2d28b65711d39b2f.tar.gz hercules-23b515f67f912078268767ec2d28b65711d39b2f.tar.bz2 hercules-23b515f67f912078268767ec2d28b65711d39b2f.tar.xz hercules-23b515f67f912078268767ec2d28b65711d39b2f.zip |
Merge pull request #2378 from 4144/interfaces
Different interfaces fixes
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc index 56c5bcfb7..f666ad1fd 100644 --- a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc @@ -758,6 +758,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(sockt->session_is_active, HP_sockt_session_is_active) }, { HP_POP(sockt->flush, HP_sockt_flush) }, { HP_POP(sockt->flush_fifos, HP_sockt_flush_fifos) }, + { HP_POP(sockt->connect_client, HP_sockt_connect_client) }, { HP_POP(sockt->set_nonblocking, HP_sockt_set_nonblocking) }, { HP_POP(sockt->set_defaultparse, HP_sockt_set_defaultparse) }, { HP_POP(sockt->host2ip, HP_sockt_host2ip) }, |