From: brain Date: Mon, 25 Sep 2006 20:19:27 +0000 (+0000) Subject: This doesnt really need to be static X-Git-Tag: v2.0.23~7030 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=6bbc9d2f7053ff2dcd2a6b242db676752d3b320b;hp=35737a7ab18d9f25222cb9cbb4222114b2d3131a;p=user%2Fhenk%2Fcode%2Finspircd.git This doesnt really need to be static git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5329 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index 3b8bc20b8..d6fcad9e1 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -422,7 +422,7 @@ class ModuleHttp : public Module virtual Version GetVersion() { - return Version(1,0,0,0,VF_STATIC|VF_VENDOR|VF_SERVICEPROVIDER); + return Version(1,0,0,0,VF_VENDOR|VF_SERVICEPROVIDER); } };