Commit 78866a7b authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

wldap32: Remove redundant 'break' statement.

parent afa5c645
......@@ -467,7 +467,6 @@ ULONG CDECL ldap_set_optionW( LDAP *ld, int option, void *value )
else
FIXME("upgrading referral value %p to LDAP_OPT_ON (OpenLDAP lacks sufficient granularity)\n", value);
return map_error( ldap_funcs->fn_ldap_set_option( CTX(ld), option, openldap_referral ) );
break;
}
case LDAP_OPT_DEREF:
case LDAP_OPT_DESC:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment