rename session_get0_readable_addr() to session_get_readable_addr()
This commit is contained in:
@@ -58,7 +58,7 @@ static void gtest_lpip_exdata_free(int idx __attribute__((unused)), void *ex_ptr
|
||||
if(env==NULL || test_appid_exdata ==NULL)return;
|
||||
|
||||
cJSON *ctx = cJSON_CreateObject();
|
||||
cJSON_AddStringToObject(ctx, "Tuple4", session_get0_readable_addr(test_appid_exdata->sess));
|
||||
cJSON_AddStringToObject(ctx, "Tuple4", session_get_readable_addr(test_appid_exdata->sess));
|
||||
enum session_type type = session_get_type(test_appid_exdata->sess);
|
||||
if (type == SESSION_TYPE_TCP)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user