]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
tweak
authorRuss Combs <rucombs@cisco.com>
Tue, 16 Sep 2014 22:37:25 +0000 (18:37 -0400)
committerRuss Combs <rucombs@cisco.com>
Tue, 16 Sep 2014 22:37:25 +0000 (18:37 -0400)
ChangeLog
src/managers/ips_manager.cc

index 9778cfe2c39877b77eb61284fb8afeef8c916b08..34bb75f90dbecf428423e4dd88f25c54e7e9f0a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 -- added unused stringify(enum)
 -- fixed piroir typo
 -- fixed normalizer.tcp.ips
+-- pulled in latest from Josh
 
 119
 -- updated binder
index 8152a42109a26ddafda429b6fea49ae52d87a615..b40714f35eea4ebd0a229869e8090764d50ee05e 100644 (file)
@@ -202,7 +202,7 @@ bool IpsManager::option_begin(
         ParseError("can't initialize %s", key);
         return false;
     }
-    current_keyword = std::string(key);
+    current_keyword = key;
     current_params = current_module ? current_module->get_parameters() : nullptr;
     return true;
 }