mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 13:56:42 +01:00
UDP proxy: Correct debug output for delay_srv option
This commit is contained in:
parent
a591c48302
commit
f34a4c176c
1 changed files with 2 additions and 2 deletions
|
|
@ -249,8 +249,8 @@ static void get_options( int argc, char *argv[] )
|
||||||
|
|
||||||
if( *delay_cnt == MAX_DELAYED_HS )
|
if( *delay_cnt == MAX_DELAYED_HS )
|
||||||
{
|
{
|
||||||
mbedtls_printf( " maximally %d uses of delay_cli argument allowed\n",
|
mbedtls_printf( " too many uses of %s: only %d allowed\n",
|
||||||
MAX_DELAYED_HS );
|
p, MAX_DELAYED_HS );
|
||||||
exit_usage( p, NULL );
|
exit_usage( p, NULL );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue