]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
fix warning
authorRuss Combs <rucombs@cisco.com>
Tue, 13 Jan 2015 17:17:54 +0000 (12:17 -0500)
committerRuss Combs <rucombs@cisco.com>
Tue, 13 Jan 2015 17:17:54 +0000 (12:17 -0500)
src/service_inspectors/http_inspect/hi_module.cc

index ff787e3e4122c1d6d2ed5d5e24f829b445032360..e007cc7f3b8ac38b5422cd8737f53f8fb954166c 100644 (file)
@@ -603,7 +603,7 @@ bool HttpServerModule::set(const char*, Value& v, SnortConfig*)
     return true;
 }
 
-bool HttpServerModule::begin(const char*fqn, int, SnortConfig*)
+bool HttpServerModule::begin(const char*, int, SnortConfig*)
 {
     if ( !server )
     {