|
@@ -398,6 +398,7 @@ static void ssh_server(void *arg)
|
|
#if defined(HAVE_ECC) && defined(FP_ECC) && defined(HAVE_THREAD_LS)
|
|
#if defined(HAVE_ECC) && defined(FP_ECC) && defined(HAVE_THREAD_LS)
|
|
wc_ecc_fp_free(); /* free per thread cache */
|
|
wc_ecc_fp_free(); /* free per thread cache */
|
|
#endif
|
|
#endif
|
|
|
|
+ vTaskDelete(NULL);
|
|
}
|
|
}
|
|
|
|
|
|
void ssh_server_init(void)
|
|
void ssh_server_init(void)
|