You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2007/04/23 12:56:37 UTC

svn commit: r531426 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

Author: hgomez
Date: Mon Apr 23 03:56:31 2007
New Revision: 531426

URL: http://svn.apache.org/viewvc?view=rev&rev=531426
Log:
Reoups

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_connect.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_connect.c?view=diff&rev=531426&r1=531425&r2=531426
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_connect.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_connect.c Mon Apr 23 03:56:31 2007
@@ -297,7 +297,7 @@
     else {
 		/* i5/OS V5R4 need EBCDIC for its runtime calls but APR/APACHE works in UTF */
 #ifdef AS400_UTF8
-        jk_ascii2ebcdic(remote_ipaddr);
+        jk_ascii2ebcdic((char *)host);
 #endif
         /* If we found only digits we use inet_addr() */
         laddr.s_addr = inet_addr(host);



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