From: Russ Combs Date: Thu, 24 Apr 2014 21:37:29 +0000 (-0400) Subject: fixed module name for get stats X-Git-Tag: 3.0.0-233~1550^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19e0fc66e6bcb64de6e680f4c3a347a4e506228e;p=thirdparty%2Fsnort3.git fixed module name for get stats --- diff --git a/src/network_inspectors/stream5/stream.cc b/src/network_inspectors/stream5/stream.cc index 995874b02..d834a9b6b 100644 --- a/src/network_inspectors/stream5/stream.cc +++ b/src/network_inspectors/stream5/stream.cc @@ -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;