Author: mturk Date: Fri Nov 18 07:24:53 2011 New Revision: 1203513 URL: http://svn.apache.org/viewvc?rev=1203513&view=rev Log: Oops. deleted missing prefix
Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/jk_isapi_plugin.c?rev=1203513&r1=1203512&r2=1203513&view=diff ============================================================================== --- tomcat/jk/trunk/native/iis/jk_isapi_plugin.c (original) +++ tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Fri Nov 18 07:24:53 2011 @@ -2651,9 +2651,8 @@ static int init_jk(char *serverName) /* TODO: Use System logging to notify the user that * we cannot open the configured log file. */ - + StringCbCopy(shm_name, MAX_PATH, SHM_DEF_NAME "_"); jk_log(logger, JK_LOG_INFO, "Starting %s", (FULL_VERSION_STRING)); - StringCbCat(shm_name, MAX_PATH, "_"); StringCbCat(shm_name, MAX_PATH, serverName); StringCbCat(shm_name, MAX_PATH, "_"); StringCbCat(shm_name, MAX_PATH, extension_uri); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org