Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
wrong used typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eden-Sun committed Jan 18, 2017
1 parent 4d362b1 commit 94e25b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/snmp.js
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ Session.prototype.getSubtree = function (options, callback) {
if (options.combinedTimeout) {
var combinedTimeoutEvent = function() {
combinedTimeoutExpired = true;
return callback(new Error('Timeout'), results);
return callback(new Error('Timeout'), vbs);
};
combinedTimeoutTimer = setTimeout(combinedTimeoutEvent, options.combinedTimeout);
}
Expand Down

0 comments on commit 94e25b0

Please sign in to comment.