mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes a bug in a variable swap
This commit is contained in:
parent
3823dbe39e
commit
ea4ffe170f
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ var populateAppsPerHostsPairTable = function(peer1, peer2){
|
|||
var kpeer1 = hostkey2hostid(peer1)[0];
|
||||
var kpeer2 = hostkey2hostid(peer2)[0];
|
||||
if (kpeer2 > kpeer1){
|
||||
var tmp = kpeer1;
|
||||
var tmp = kpeer2;
|
||||
kpeer2 = kpeer1;
|
||||
kpeer1 = tmp;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue