diff options
| author | luwenpeng <[email protected]> | 2023-05-15 11:31:50 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-05-15 11:31:50 +0800 |
| commit | 79e71c424071d783f099d4d922399311b61d4cbc (patch) | |
| tree | 6d3e0695bbcc95c4b56b51572f74702ab4b03058 | |
| parent | 69b5297d74470209eadf01895d60fd9cc5ba4ed8 (diff) | |
bugfix: SF Status Metricsv1.0.11-20230515
| -rw-r--r-- | platform/src/health_check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
