From 3e96cf8929804df3caf8557558960347c3f5148b Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 30 Dec 2009 15:52:11 +0000 Subject: [PATCH] tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16094 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_time.c b/src/switch_time.c index 6d6a78f32d..cae4132628 100644 --- a/src/switch_time.c +++ b/src/switch_time.c @@ -105,7 +105,7 @@ static void do_sleep(switch_interval_time_t t) #endif #if !defined(DARWIN) - if (t > 100000) { + if (t > 100000 || !NANO) { apr_sleep(t); } #endif