git-svn-id: https://beef.googlecode.com/svn/trunk@1037 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
scotty.b.brown@gmail.com
2011-06-28 09:57:55 +00:00
parent c720934421
commit f3f0c070bd

View File

@@ -289,6 +289,10 @@ Ext.extend(zombiesTreeList, Ext.tree.TreePanel, {
eval('this.'+branch_type+'_hooked_browsers_array = hooked_browser_array');
}
}
if(new_set_zombies_sessions.indexOf(hb_session)!=-1) {
// TODO #144 if the hb does exist in both the tree and the new set of HBs received - check the HB details in the tree and update where necessary(new IP address etc).
}
}, this);
}, this);
},