]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPUrlList.cpp
use URIs instead of hostname/port
[openldap] / contrib / ldapc++ / src / LDAPUrlList.cpp
index 037349a382ffc88fcb87dca3080317a476285d65..39129aa27fb0f778ffd8a7e73a046629e27e2397 100644 (file)
@@ -11,7 +11,7 @@ using namespace std;
 
 LDAPUrlList::LDAPUrlList(){
     DEBUG(LDAP_DEBUG_CONSTRUCT," LDAPUrlList::LDAPUrlList()" << endl);
-    m_urls=UrlList();
+    m_urls=LDAPUrlList::ListType();
 }
 
 LDAPUrlList::LDAPUrlList(const LDAPUrlList& urls){