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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]