aboutsummaryrefslogtreecommitdiff
path: root/security/bro/files/patch-src-input-readers-Raw.cc
diff options
context:
space:
mode:
Diffstat (limited to 'security/bro/files/patch-src-input-readers-Raw.cc')
-rw-r--r--security/bro/files/patch-src-input-readers-Raw.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/bro/files/patch-src-input-readers-Raw.cc b/security/bro/files/patch-src-input-readers-Raw.cc
new file mode 100644
index 000000000000..a620b505c588
--- /dev/null
+++ b/security/bro/files/patch-src-input-readers-Raw.cc
@@ -0,0 +1,11 @@
+--- src/input/readers/Raw.cc.orig 2014-01-06 21:04:06.000000000 +0200
++++ src/input/readers/Raw.cc 2014-01-06 21:04:13.000000000 +0200
+@@ -352,7 +352,7 @@
+ fname = source.substr(0, fname.length() - 1);
+ }
+
+- map<const char*, const char*>::const_iterator it = info.config.find("stdin"); // data that is sent to the child process
++ ReaderInfo::config_map::const_iterator it = info.config.find("stdin"); // data that is sent to the child process
+ if ( it != info.config.end() )
+ {
+ stdin_string = it->second;