switch( c->type ) {
case LDAP_BACK_CFG_URI: {
LDAPURLDesc *tmpludp;
+#if 0
char **urllist;
+#endif
int urlrc, i;
if ( c->argc != 2 ) {
tmpludp;
i++, tmpludp = tmpludp->lud_next )
/* just count */
-
+ ;
urllist = ch_calloc( sizeof( char * ), i + 1 );
for ( i = 0, tmpludp = li->lud;
/* URI of server to query (obsoletes "server" directive) */
} else if ( strcasecmp( argv[0], "uri" ) == 0 ) {
LDAPURLDesc *tmpludp;
+#if 0
char **urllist;
+#endif
int urlrc, i;
if ( argc != 2 ) {
tmpludp;
i++, tmpludp = tmpludp->lud_next )
/* just count */
-
+ ;
urllist = ch_calloc( sizeof( char * ), i + 1 );
for ( i = 0, tmpludp = li->lud;