Author: rjung Date: Wed Dec 31 14:52:29 2014 New Revision: 1648712 URL: http://svn.apache.org/r1648712 Log: Use existing define.
Modified: tomcat/jk/trunk/native/common/jk_util.c Modified: tomcat/jk/trunk/native/common/jk_util.c URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_util.c?rev=1648712&r1=1648711&r2=1648712&view=diff ============================================================================== --- tomcat/jk/trunk/native/common/jk_util.c (original) +++ tomcat/jk/trunk/native/common/jk_util.c Wed Dec 31 14:52:29 2014 @@ -174,7 +174,7 @@ static const char *list_properties[] = { GOOD_RATING_OF_WORKER, BAD_RATING_OF_WORKER, STATUS_FAIL_OF_WORKER, - "list", + LIST_PROPERTY_NAME, NULL }; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org