Andrey Gusev : wldap32: Remove redundant 'break' statement.
Module: wine Branch: master Commit: 78866a7b87d8569c18e11b934178a2751ad9496f URL: https://source.winehq.org/git/wine.git/?a=commit;h=78866a7b87d8569c18e11b934... Author: Andrey Gusev <andrey.goosev(a)gmail.com> Date: Tue Apr 20 17:10:28 2021 +0300 wldap32: Remove redundant 'break' statement. Signed-off-by: Andrey Gusev <andrey.goosev(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wldap32/option.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/wldap32/option.c b/dlls/wldap32/option.c index 0f3d10e1204..ec3830d4ab3 100644 --- a/dlls/wldap32/option.c +++ b/dlls/wldap32/option.c @@ -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:
participants (1)
-
Alexandre Julliard