]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_ldap.cpp
m_namedmodes Build and process a Modes::ChangeList when handling PROP
[user/henk/code/inspircd.git] / src / modules / extra / m_ldap.cpp
index d480a88f61838cc73ce7916cbb2ba677795b2864..9f8d68427b0c5758daa534bc8b0c48d87ed55fac 100644 (file)
@@ -23,8 +23,8 @@
 #include <ldap.h>
 
 #ifdef _WIN32
-# pragma comment(lib, "ldap.lib")
-# pragma comment(lib, "lber.lib")
+# pragma comment(lib, "libldap.lib")
+# pragma comment(lib, "liblber.lib")
 #endif
 
 /* $LinkerFlags: -lldap */
@@ -557,7 +557,7 @@ class ModuleLDAP : public Module
                                conns[id] = conn;
 
                                ServerInstance->Modules->AddService(*conn);
-                               ServerInstance->Threads->Start(conn);
+                               ServerInstance->Threads.Start(conn);
                        }
                        else
                        {