Author: mturk
Date: Wed Oct 1 08:25:03 2008
New Revision: 700808
URL: http://svn.apache.org/viewvc?rev=700808&view=rev
Log:
Fix working copy 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=700808&r1=700807&r2=700808&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:03 2008
@@ -1022,7 +1022,7 @@
jk_logger_t *l)
{
rule_extension_t *ext;
- return map_uri_to_worker_do(uw_map, uri, vhost, &ext, NULL, l);
+ return map_uri_to_worker_ext(uw_map, uri, vhost, &ext, NULL, l);
}
int uri_worker_map_load(jk_uri_worker_map_t *uw_map,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]