Author: mturk
Date: Wed Oct 1 08:25:58 2008
New Revision: 700809
URL: http://svn.apache.org/viewvc?rev=700809&view=rev
Log:
Fix working another typo
Modified:
tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c
Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c?rev=700809&r1=700808&r2=700809&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c Wed Oct 1
08:25:58 2008
@@ -1009,8 +1009,8 @@
rule_extension_t *get_uri_to_worker_ext(jk_uri_worker_map_t *uw_map,
int index)
{
- if (rv >= 0) {
- return &(IND_THIS(uw_map->maps)[rv]->extensions);
+ if (index >= 0) {
+ return &(IND_THIS(uw_map->maps)[index]->extensions);
}
else {
return NULL;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]