From: Michael Vrable Date: Tue, 20 Nov 2007 03:01:52 +0000 (-0800) Subject: Bugfix for splitting the metadata log in the new metadata code. X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=commitdiff_plain;h=8df26e030a903119ee367ce30a49fc4adf3a74c7 Bugfix for splitting the metadata log in the new metadata code. --- diff --git a/metadata.cc b/metadata.cc index 6661f39..68a5664 100644 --- a/metadata.cc +++ b/metadata.cc @@ -88,6 +88,7 @@ void MetadataWriter::metadata_flush() fprintf(statcache_out, "@@%s\n%s", refstr.c_str(), i->text.c_str()); } + chunk_size = 0; items.clear(); }