[PATCH] wldap32: Remove redundant 'break' statement.
20 Apr
2021
20 Apr
'21
2:10 p.m.
Signed-off-by: Andrey Gusev <andrey.goosev(a)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: -- 2.30.2
1704
Age (days ago)
1704
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andrey Gusev