Fixed vardiff (thanks pokecheck)
This commit is contained in:
parent
ed75a50d11
commit
b2052b6fbd
@ -77,7 +77,7 @@ var pool = module.exports = function pool(options, authorizeFn){
|
||||
|
||||
function SetupVarDiff(){
|
||||
Object.keys(options.ports).forEach(function(port) {
|
||||
_this.setVarDiff(port, new varDiff(port, options.ports[port]));
|
||||
_this.setVarDiff(port, new varDiff(port, options.ports[port].varDiff));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user