}
-rc_continue: /* sent here by actions that require to continue */
+rc_continue:; /* sent here by actions that require to continue */
}
-rc_end_of_context:
+rc_end_of_context:;
*result = res;
Debug( LDAP_DEBUG_TRACE, "==> rewrite_context_apply"
goto rc_return;
}
-do_bind:
+do_bind:;
if ( data->binddn != NULL ) {
rc = ldap_simple_bind_s( ld, data->binddn, data->bindpw );
if ( rc == LDAP_SERVER_DOWN && first_try ) {
}
val->bv_len = strlen( val->bv_val );
-rc_return:
+rc_return:;
if ( data->when == MAP_LDAP_EVERYTIME ) {
if ( ld != NULL ) {
ldap_unbind_s( ld );
*/
rule = calloc( sizeof( struct rewrite_rule ), 1 );
if ( rule == NULL ) {
- // charray_free( res );
+ /* charray_free( res ); */
/*
* XXX need to free the value subst stuff!
*/
* REGEX compilation (luckily I don't need to take care of this ...)
*/
if ( regcomp( &rule->lr_regex, ( char * )pattern, flags ) != 0 ) {
- // charray_free( res );
+ /* charray_free( res ); */
/*
*XXX need to free the value subst stuff!
*/