[PATCH] wldap32: Remove redundant 'break' statement.

Andrey Gusev andrey.goosev at gmail.com
Tue Apr 20 09:10:28 CDT 2021


Signed-off-by: Andrey Gusev <andrey.goosev at 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




More information about the wine-devel mailing list