diff options
author | Carlo Strub <cs@FreeBSD.org> | 2014-08-10 21:51:58 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2014-08-10 21:51:58 +0000 |
commit | ad94cadf35c8621595fefbe43c519cdce1cd576e (patch) | |
tree | 2867aa17c072dec9fea4590b0e79e544268d1059 /security/bro/files/patch-src-logging-writers-SQLite.cc | |
parent | Replace homegrown glue by @fontsdir. (diff) |
Update to 2.3
PR: 192105
Submitted by: leres@ee.lbl.gov (maintainer)
Notes
Notes:
svn path=/head/; revision=364576
Diffstat (limited to 'security/bro/files/patch-src-logging-writers-SQLite.cc')
-rw-r--r-- | security/bro/files/patch-src-logging-writers-SQLite.cc | 11 |
1 files changed, 0 insertions, 11 deletions
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 char*, const char*>::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)); |