wldap32: Remove redundant 'break' statement.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
afa5c64508
commit
78866a7b87
|
@ -467,7 +467,6 @@ ULONG CDECL ldap_set_optionW( LDAP *ld, int option, void *value )
|
||||||
else
|
else
|
||||||
FIXME("upgrading referral value %p to LDAP_OPT_ON (OpenLDAP lacks sufficient granularity)\n", value);
|
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 ) );
|
return map_error( ldap_funcs->fn_ldap_set_option( CTX(ld), option, openldap_referral ) );
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
case LDAP_OPT_DEREF:
|
case LDAP_OPT_DEREF:
|
||||||
case LDAP_OPT_DESC:
|
case LDAP_OPT_DESC:
|
||||||
|
|
Loading…
Reference in New Issue