Jeff Trawick wrote:
resending in hopes that comments will be received telling me what to
change or that the patch will be committed or that somebody will commit
some alternate fix
Done, thanks
Cheers
Jean-frederic
Original Message
Subject: Re: [Fwd: [PATCH] fix syntax error
resending in hopes that comments will be received telling me what to
change or that the patch will be committed or that somebody will commit
some alternate fix
Original Message
Subject: Re: [Fwd: [PATCH] fix syntax error in mod_jk2 file
jk_channel_apr_socket.c]
Date: Fri, 21
Henri Gomez wrote:
Better rewrite it like :
if (remote_sa->next)
env->l->jkLog(env,
env->l,
JK_LOG_DEBUG,
"channelApr.open(): error %d creating socket %d %s\n",
ret,
socketInfo->host);
else
env->l->jkLog(env,
env->l,
JK_LOG_ERROR,
"channelApr.open(): error %
Jeff Trawick wrote:
(reposting)
If someone can give me a clue and suggest a better venue for getting
this bug fixed, please let me know.
Note that gcc complains about this code too, but doesn't consider it a
fatal error.
Original Message
Subject: [PATCH] fix syntax err
(reposting)
If someone can give me a clue and suggest a better venue for getting
this bug fixed, please let me know.
Note that gcc complains about this code too, but doesn't consider it a
fatal error.
Original Message
Subject: [PATCH] fix syntax error in mod_jk2
I saw the error with IBM's native compiler for AIX, but it doesn't seem
to be a matter of extreme pickiness.
Here are the error messages:
"../../common/jk_channel_apr_socket.c", line 229.56: 1506-226 (S) The
":" operator is not allowed between "int" and "char[37]".
"../../common/jk_channel_apr_