
cherokee at cherokee-project
Nov 16, 2009, 9:39 AM
Post #1 of 1
(145 views)
Permalink
|
|
[3834] cherokee/trunk/cherokee: Removes a superfluous class property.
|
|
Revision: 3834 http://svn.cherokee-project.com/changeset/3834 Author: alo Date: 2009-11-16 18:39:13 +0100 (Mon, 16 Nov 2009) Log Message: ----------- Removes a superfluous class property. It was causing the server to crash while performing a graceful restart. Modified Paths: -------------- cherokee/trunk/cherokee/collector_rrd.c cherokee/trunk/cherokee/collector_rrd.h Modified: cherokee/trunk/cherokee/collector_rrd.c =================================================================== --- cherokee/trunk/cherokee/collector_rrd.c 2009-11-16 16:48:46 UTC (rev 3833) +++ cherokee/trunk/cherokee/collector_rrd.c 2009-11-16 17:39:13 UTC (rev 3834) @@ -133,7 +133,6 @@ static ret_t srv_free (cherokee_collector_rrd_t *rrd) { - cherokee_buffer_mrproper (&rrd->path_rrdtool); cherokee_buffer_mrproper (&rrd->path_database); cherokee_buffer_mrproper (&rrd->tmp); Modified: cherokee/trunk/cherokee/collector_rrd.h =================================================================== --- cherokee/trunk/cherokee/collector_rrd.h 2009-11-16 16:48:46 UTC (rev 3833) +++ cherokee/trunk/cherokee/collector_rrd.h 2009-11-16 17:39:13 UTC (rev 3834) @@ -45,7 +45,6 @@ cherokee_collector_t collector; /* Configuration*/ - cherokee_buffer_t path_rrdtool; cherokee_buffer_t path_database; /* Internals */
|