Signed-off-by: Andrey Gusev andrey.goosev@gmail.com --- dlls/wldap32/option.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/wldap32/option.c b/dlls/wldap32/option.c index 1037b73174b..9c9281fdbcd 100644 --- a/dlls/wldap32/option.c +++ b/dlls/wldap32/option.c @@ -469,7 +469,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: