You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/07/31 16:25:55 UTC

DO NOT REPLY [Bug 22021] New: - syntax error in common/jk_channel_socket.c

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22021>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22021

syntax error in common/jk_channel_socket.c

           Summary: syntax error in common/jk_channel_socket.c
           Product: Tomcat 4
           Version: Unknown
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Coyote JK 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: krist.vanbesien@bit.admin.ch


When compiling mod_jk2 for apache2 on my system from the latest CVS sources the
compiler complained about a syntax error in jk_channel_socket.c

I found out it was just one "{" to many aparently. Diff:

$ cvs diff -c3  common/jk_channel_socket.c
Index: common/jk_channel_socket.c
===================================================================
RCS file:
/home/cvspublic/jakarta-tomcat-connectors/jk/native2/common/jk_channel_socket.c,v
retrieving revision 1.53
diff -c -3 -r1.53 jk_channel_socket.c
*** common/jk_channel_socket.c  24 Jul 2003 08:18:05 -0000      1.53
--- common/jk_channel_socket.c  31 Jul 2003 14:22:41 -0000
***************
*** 284,290 ****
          /* May be we could avoid to delete it each time ? */
          apr_pool_destroy(context);

-        }

  #else /* HAS_APR */

--- 284,289 ----

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org