summaryrefslogtreecommitdiff
path: root/src/tsg_ssh_utils.cpp
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2020-08-28 10:43:12 +0800
committerliuxueli <[email protected]>2020-08-28 10:43:12 +0800
commit08c8985d9d9eca9016ae101642309595382e79d5 (patch)
tree12848f54360e2c43beff9f9b99bac4788ca49992 /src/tsg_ssh_utils.cpp
parent2609a6af871e25bb27ffb18ff572b56ed21d1b6b (diff)
共享IP归属地、subscribe_id等信息给KNIv3.2.1-20.09
Diffstat (limited to 'src/tsg_ssh_utils.cpp')
-rw-r--r--src/tsg_ssh_utils.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tsg_ssh_utils.cpp b/src/tsg_ssh_utils.cpp
index 420cdd7..fc0c136 100644
--- a/src/tsg_ssh_utils.cpp
+++ b/src/tsg_ssh_utils.cpp
@@ -9,7 +9,6 @@
int ssh_protocol_identify(const unsigned char* buff, size_t buff_len, void* argp)
{
- void *logger=argp;
if(buff == NULL || buff_len < SSH_PROTOCOL_FIELD_LEN)
{
return -1;