fix typo in listen_failed_alert

This commit is contained in:
arvidn 2016-02-01 20:53:58 -05:00
parent 88b7e3768f
commit e3fc6083bb
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}