You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2012/05/16 16:53:20 UTC

svn commit: r1339208 - /tomcat/jk/trunk/native/common/jk_lb_worker.c

Author: mturk
Date: Wed May 16 14:53:19 2012
New Revision: 1339208

URL: http://svn.apache.org/viewvc?rev=1339208&view=rev
Log:
Fix crash if val is NULL and we have debug log level turned on

Modified:
    tomcat/jk/trunk/native/common/jk_lb_worker.c

Modified: tomcat/jk/trunk/native/common/jk_lb_worker.c
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_lb_worker.c?rev=1339208&r1=1339207&r2=1339208&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_lb_worker.c (original)
+++ tomcat/jk/trunk/native/common/jk_lb_worker.c Wed May 16 14:53:19 2012
@@ -538,8 +538,6 @@ static char *get_sessionid(jk_ws_service
                "Detected empty session identifier.");
         return NULL;
     }
-    if (JK_IS_DEBUG_LEVEL(l))
-        jk_log(l, JK_LOG_DEBUG, "Detected session identifier [%s].", val);
     return val;
 }
 



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