diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2015-08-11 15:32:15 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2015-08-11 15:32:15 +0200 |
commit | f9cc60831717b91b5ab72c03283ce23f6bfd5317 (patch) | |
tree | 09f9536abe1ad66648de971001f59fb3a65352fe /src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc | |
parent | 49211f9ea1ef985fd6c84cdf902b35dbb8d779a6 (diff) | |
download | hercules-f9cc60831717b91b5ab72c03283ce23f6bfd5317.tar.gz hercules-f9cc60831717b91b5ab72c03283ce23f6bfd5317.tar.bz2 hercules-f9cc60831717b91b5ab72c03283ce23f6bfd5317.tar.xz hercules-f9cc60831717b91b5ab72c03283ce23f6bfd5317.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc index a4a9db119..00cdfc8c9 100644 --- a/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc @@ -18,8 +18,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(login->sync_ip_addresses, HP_login_sync_ip_addresses) }, { HP_POP(login->check_encrypted, HP_login_check_encrypted) }, { HP_POP(login->check_password, HP_login_check_password) }, - { HP_POP(login->lan_subnetcheck, HP_login_lan_subnetcheck) }, - { HP_POP(login->lan_config_read, HP_login_lan_config_read) }, + { HP_POP(login->lan_subnet_check, HP_login_lan_subnet_check) }, { HP_POP(login->fromchar_accinfo, HP_login_fromchar_accinfo) }, { HP_POP(login->fromchar_account, HP_login_fromchar_account) }, { HP_POP(login->fromchar_account_update_other, HP_login_fromchar_account_update_other) }, |