Remove useless break statements
This commit is contained in:
@@ -231,7 +231,6 @@ static status_t do_sasl(private_pt_tls_client_t *this, sasl_mechanism_t *sasl)
|
||||
reader->destroy(reader);
|
||||
return FAILED;
|
||||
}
|
||||
break;
|
||||
case PT_TLS_SASL_RESULT_MECH_FAILURE:
|
||||
case PT_TLS_SASL_RESULT_FAILURE:
|
||||
/* non-fatal failure, try again */
|
||||
|
||||
Reference in New Issue
Block a user