]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPUrl.h
Allow IPv6 addresses
[openldap] / contrib / ldapc++ / src / LDAPUrl.h
index 71d2dd3b8281481b2bb7fb5e474153afe00a889c..c2e167fea91172e09626dd1d9a0a553d559b3544 100644 (file)
@@ -138,7 +138,7 @@ class LDAPUrl{
          * @param dest The encoded result string
          * @param flags
          */
-        void percentEncode( const std::string& src, 
+        std::string& percentEncode( const std::string& src, 
                     std::string& dest, 
                     int flags=0 ) const;