Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 40010 invoked from network); 18 Dec 2007 08:19:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Dec 2007 08:19:40 -0000 Received: (qmail 9653 invoked by uid 500); 18 Dec 2007 08:19:29 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 9509 invoked by uid 500); 18 Dec 2007 08:19:28 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 9498 invoked by uid 500); 18 Dec 2007 08:19:28 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 9495 invoked by uid 99); 18 Dec 2007 08:19:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2007 00:19:28 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2007 08:19:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E27C31A984E; Tue, 18 Dec 2007 00:19:18 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r605130 - /webservices/axis2/trunk/c/util/src/platforms/unix/thread_unix.c Date: Tue, 18 Dec 2007 08:19:18 -0000 To: axis2-cvs@ws.apache.org From: pini@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071218081918.E27C31A984E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pini Date: Tue Dec 18 00:19:17 2007 New Revision: 605130 URL: http://svn.apache.org/viewvc?rev=605130&view=rev Log: Deleted unwanted line Modified: webservices/axis2/trunk/c/util/src/platforms/unix/thread_unix.c Modified: webservices/axis2/trunk/c/util/src/platforms/unix/thread_unix.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/platforms/unix/thread_unix.c?rev=605130&r1=605129&r2=605130&view=diff ============================================================================== --- webservices/axis2/trunk/c/util/src/platforms/unix/thread_unix.c (original) +++ webservices/axis2/trunk/c/util/src/platforms/unix/thread_unix.c Tue Dec 18 00:19:17 2007 @@ -164,8 +164,6 @@ sleep(1); } - thd->try_exit = AXIS2_TRUE; - if (thd->td) { AXIS2_FREE(allocator, thd->td); --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org