Author: rjung
Date: Thu Mar  5 12:21:46 2009
New Revision: 750438

URL: http://svn.apache.org/viewvc?rev=750438&view=rev
Log:
Fix typo that breaks compilation.

Modified:
    tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c?rev=750438&r1=750437&r2=750438&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Thu Mar  5 12:21:46 
2009
@@ -661,9 +661,9 @@
     s->vhost_to_text = ws_vhost_to_text;
     s->vhost_to_uw_map = ws_vhost_to_uw_map;
 
-    s->auth_type = get_env_string(r, r->connection->ap_auth_type
+    s->auth_type = get_env_string(r, r->connection->ap_auth_type,
                                   conf->auth_type_indicator, 1);
-    s->remote_user = get_env_string(r, r->connection->user
+    s->remote_user = get_env_string(r, r->connection->user,
                                     conf->remote_user_indicator, 1);
 
     s->protocol = r->protocol;



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

Reply via email to