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

ITS#5338

parent 9cbcbbe5
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ ldap_open( LDAP_CONST char *host, int port )
}
Debug( LDAP_DEBUG_TRACE, "ldap_open: %s\n",
ld == NULL ? "succeeded" : "failed", 0, 0 );
ld != NULL ? "succeeded" : "failed", 0, 0 );
return ld;
}
......
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