From: Michael Jerris Date: Wed, 30 Dec 2009 17:49:40 +0000 (+0000) Subject: revert X-Git-Tag: v1.0.6~879 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=648da02c1d6fe09bddb4b5c28dc0d7349f83de03;p=thirdparty%2Ffreeswitch.git revert git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16095 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_time.c b/src/switch_time.c index cae4132628..6d6a78f32d 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 || !NANO) { + if (t > 100000) { apr_sleep(t); } #endif