Author: mturk
Date: Sun Oct 5 01:29:06 2008
New Revision: 701759
URL: http://svn.apache.org/viewvc?rev=701759&view=rev
Log:
Use correct var name
Modified:
tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c
Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c?rev=701759&r1=701758&r2=701759&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Sun Oct 5 01:29:06
2008
@@ -1146,7 +1146,7 @@
jk_shm_unlock();
jk_log(l, JK_LOG_INFO,
"could not get free endpoint for worker %s (%d
retries)",
- rec->name, retry);
+ rec->name, ge_retry);
}
else {
int service_stat = JK_UNSET;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]