Author: rjung
Date: Thu Sep 20 12:29:27 2018
New Revision: 1841463

URL: http://svn.apache.org/viewvc?rev=1841463&view=rev
Log:
Silence compiler warning (unused variable).

The variable is a leftover from the r1840588
refactoring.

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

Modified: tomcat/jk/trunk/native/apache-2.0/mod_jk.c
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/apache-2.0/mod_jk.c?rev=1841463&r1=1841462&r2=1841463&view=diff
==============================================================================
--- tomcat/jk/trunk/native/apache-2.0/mod_jk.c (original)
+++ tomcat/jk/trunk/native/apache-2.0/mod_jk.c Thu Sep 20 12:29:27 2018
@@ -4059,7 +4059,6 @@ static int jk_map_to_storage(request_rec
                            "no match for %s found",
                            r->uri);
                 if (conf->strip_session == JK_TRUE && 
conf->strip_session_name) {
-                    char *jsessionid;
                     if (r->uri) {
                         jk_strip_session_id(r->uri, conf->strip_session_name, 
conf->log);
                     }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to