Skip to content

Commit

Permalink
Update tcpstates.inc.php
Browse files Browse the repository at this point in the history
Swap order to follow an example.
  • Loading branch information
theratman authored Feb 8, 2023
1 parent 8aa0d69 commit 022f375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/polling/applications/tcpstates.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
$tcpstates_data[trim($item)] = trim($value);
}

rrdtool_update_ng($device, 'tcpstates', $tcpstates_data, $app_id);

update_application($app_id, $tcpstates_data);

rrdtool_update_ng($device, 'tcpstates', $tcpstates_data, $app_id);

unset($app_id,$tcpstates_data);
}

Expand Down

0 comments on commit 022f375

Please sign in to comment.