diff --git a/platform/src/health_check.cpp b/platform/src/health_check.cpp index 0024af7..03ca55d 100644 --- a/platform/src/health_check.cpp +++ b/platform/src/health_check.cpp @@ -420,7 +420,7 @@ static void *_health_check_session_foreach(void *arg) is_active = 0; } - sf_status_update(g_sf_status, node->profile_id, node->vsys_id, is_active, 0); + sf_status_update(g_sf_status, node->vsys_id, node->profile_id, is_active, 0); if (node->is_active != is_active) { node->is_active = is_active; if (node->is_active == 1) {