fix typo in listen_failed_alert
This commit is contained in:
parent
88b7e3768f
commit
e3fc6083bb
|
@ -2026,7 +2026,7 @@ retry:
|
|||
m_listen_interface.address().to_string()
|
||||
, m_listen_interface.port()
|
||||
, listen_failed_alert::bind
|
||||
, ec, listen_failed_alert::udp);
|
||||
, ec, listen_failed_alert::tcp);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue