]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
fixed module name for get stats
authorRuss Combs <rucombs@cisco.com>
Thu, 24 Apr 2014 21:37:29 +0000 (17:37 -0400)
committerRuss Combs <rucombs@cisco.com>
Thu, 24 Apr 2014 21:37:29 +0000 (17:37 -0400)
src/network_inspectors/stream5/stream.cc

index 995874b029ea3267ced5ec9704b066ea1a0ff5e9..d834a9b6babcbbc469961a8f71c20cfad2772c18 100644 (file)
@@ -73,7 +73,7 @@ static THREAD_LOCAL PreprocStats s5PerfStats;
 
 static PreprocStats* s5_get_profile(const char* key)
 {
-    if ( !strcmp(key, "stream5") )
+    if ( !strcmp(key, "stream") )
         return &s5PerfStats;
 
     return nullptr;