diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-07-04 09:12:41 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-07-04 09:12:41 -0700 |
commit | fd0fa86da89ab4cefa778307088ef2552a05a170 (patch) | |
tree | fce1ad1b9cc1c8735a9d39f582a841dbdb9d6ca6 /src/modules/extra/m_ldapoper.cpp | |
parent | f6d68c82e7f46a107f4b7593d1b19876fe0a9660 (diff) | |
parent | 9b29bedbc3b43bdca35369879b0d1848e95b9aa5 (diff) |
Merge pull request #574 from SaberUK/master+build-comment-cleanup
Clean up unneeded build system comments.
Diffstat (limited to 'src/modules/extra/m_ldapoper.cpp')
-rw-r--r-- | src/modules/extra/m_ldapoper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/extra/m_ldapoper.cpp b/src/modules/extra/m_ldapoper.cpp index 79ac13dd5..68e4cbf9f 100644 --- a/src/modules/extra/m_ldapoper.cpp +++ b/src/modules/extra/m_ldapoper.cpp @@ -32,7 +32,6 @@ # pragma comment(lib, "lber.lib") #endif -/* $ModDesc: Adds the ability to authenticate opers via LDAP */ /* $LinkerFlags: -lldap */ struct RAIILDAPString |