]> git.sur5r.net Git - openldap/commitdiff
cleanup previous fix; maybe the advanced url parsing funcs should go in some ldap_pvt...
authorPierangelo Masarati <ando@openldap.org>
Mon, 26 Jul 2004 08:31:01 +0000 (08:31 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 26 Jul 2004 08:31:01 +0000 (08:31 +0000)
servers/slapd/back-ldap/config.c

index 98bdf246c73196644937af26d83945701635faee..7edbd1991520ef49120167973b92edd77bfe56f7 100644 (file)
@@ -31,6 +31,9 @@
 #include "slap.h"
 #include "back-ldap.h"
 #include "lutil.h"
+#undef ldap_debug
+/* for advanced URL parsing */
+#include "../../../libraries/libldap/ldap-int.h"
 
 static SLAP_EXTOP_MAIN_FN ldap_back_exop_whoami;
 
@@ -101,7 +104,7 @@ ldap_back_db_config(
 #else
                urlrc =  ldap_url_parselist( &li->lud, argv[ 1 ] );
 #endif
-               if ( urlrc != LDAP_SUCCESS ) {
+               if ( urlrc != LDAP_URL_SUCCESS ) {
                        char    *why;
 
                        switch ( urlrc ) {