From 24a671a8aa93447bc7c32286e01a6885ade491ee Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 4 Jul 2011 15:56:56 -0700 Subject: [PATCH] legacy c-ares binding should use legacy timer --- lib/dns_legacy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns_legacy.js b/lib/dns_legacy.js index 268230ed463..441b488d299 100644 --- a/lib/dns_legacy.js +++ b/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();