fixed typo

This commit is contained in:
Arvid Norberg
2008-04-10 05:40:54 +00:00
parent 62daedeae0
commit 2c77ae8307

View File

@@ -2338,7 +2338,7 @@ namespace libtorrent
{ {
m_ses.m_half_open.done(m_connection_ticket); m_ses.m_half_open.done(m_connection_ticket);
m_connecting = false; m_connecting = false;
disconnect(); disconnect("torrent aborted");
return; return;
} }