]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
we can't assert that time will stand still
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 7 Jul 2008 14:49:09 +0000 (14:49 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 7 Jul 2008 14:49:09 +0000 (14:49 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8902 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/xmlrpc-c/lib/abyss/src/http.c

index aeb449690f8d69f806b0a2d2062c62191302582b..1e55bc86fdf32be0ae8d9911abb5bd76eff62fca 100644 (file)
@@ -175,7 +175,7 @@ getLineInBuffer(TConn * const connectionP,
 
     while (!error && !lfPos) {
         int const timeLeft = (int)(deadline - time(NULL));
-        assert(timeLeft == deadline - time(NULL));
+
         if (timeLeft <= 0)
             error = TRUE;
         else {