From 1285c7f0cafa39d3d9133ee40fa4a5ec6c3f3b57 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 23 Dec 2012 15:30:08 -0500 Subject: Allow os_dns to manage multiple zones --- src/misc.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/misc.cpp') diff --git a/src/misc.cpp b/src/misc.cpp index 93aae54a6..bc0ac6822 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -123,8 +123,6 @@ bool ListFormatter::IsEmpty() const void ListFormatter::Process(std::vector &buffer) { - buffer.clear(); - std::map lenghts; std::set breaks; for (unsigned i = 0; i < this->columns.size(); ++i) -- cgit