From: om Date: Sun, 22 Jan 2006 22:03:46 +0000 (+0000) Subject: Set vendor and static module flags...even though the booms from trying to unload... X-Git-Tag: v2.0.23~9237 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=658c9e981d7ca42a17fe8b4fd516a3c8f9b45fec;p=user%2Fhenk%2Fcode%2Finspircd.git Set vendor and static module flags...even though the booms from trying to unload it would be fun :( git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2844 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/extra/m_ssl_gnutls.cpp b/src/modules/extra/m_ssl_gnutls.cpp index 9f0770ae4..d3992429b 100644 --- a/src/modules/extra/m_ssl_gnutls.cpp +++ b/src/modules/extra/m_ssl_gnutls.cpp @@ -162,7 +162,7 @@ class ModuleSSL : public Module virtual Version GetVersion() { - return Version(1, 0, 0, 0, 0); + return Version(1, 0, 0, 0, VF_STATIC | VF_VENDOR); } void Implements(char* List)