Skip to content
Snippets Groups Projects
Commit cc60b5ce authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

cleanup previous fix; maybe the advanced url parsing funcs should go in some ldap_pvt.h header?

parent 9f6f5491
No related branches found
No related tags found
No related merge requests found
......@@ -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 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment