Browse Source

legacy c-ares binding should use legacy timer

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
24a671a8aa
  1. 2
      lib/dns_legacy.js

2
lib/dns_legacy.js

@ -26,7 +26,7 @@ var IOWatcher = process.binding('io_watcher').IOWatcher;
var watchers = {};
var activeWatchers = {};
var Timer = process.binding('timer_wrap').Timer;
var Timer = process.binding('timer').Timer;
var timer = new Timer();

Loading…
Cancel
Save