[log_format] some missing initializers

This commit is contained in:
Timothy Stack 2013-09-10 20:27:14 -07:00
parent 968fcb50a5
commit 05c62fc7a8

View File

@ -603,8 +603,10 @@ public:
external_log_format(const std::string &name)
: elf_file_pattern(".*"),
elf_filename_pcre(NULL),
elf_column_count(0),
elf_body_field("body"),
jlf_json(false),
jlf_cached_offset(-1),
elf_name(name) {
this->jlf_line_offsets.reserve(128);