From ad94cadf35c8621595fefbe43c519cdce1cd576e Mon Sep 17 00:00:00 2001 From: Carlo Strub Date: Sun, 10 Aug 2014 21:51:58 +0000 Subject: Update to 2.3 PR: 192105 Submitted by: leres@ee.lbl.gov (maintainer) --- security/bro/files/patch-src-logging-writers-SQLite.cc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 security/bro/files/patch-src-logging-writers-SQLite.cc (limited to 'security/bro/files/patch-src-logging-writers-SQLite.cc') diff --git a/security/bro/files/patch-src-logging-writers-SQLite.cc b/security/bro/files/patch-src-logging-writers-SQLite.cc deleted file mode 100644 index dd4db628089e..000000000000 --- a/security/bro/files/patch-src-logging-writers-SQLite.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/logging/writers/SQLite.cc.orig 2014-01-06 21:08:34.000000000 +0200 -+++ src/logging/writers/SQLite.cc 2014-01-06 21:08:45.000000000 +0200 -@@ -126,7 +126,7 @@ - fullpath.append(".sqlite"); - string tablename; - -- map::const_iterator it = info.config.find("tablename"); -+ WriterInfo::config_map::const_iterator it = info.config.find("tablename"); - if ( it == info.config.end() ) - { - MsgThread::Info(Fmt("tablename configuration option not found. Defaulting to path %s", info.path)); -- cgit v1.2.3