fixed #257
This commit is contained in:
parent
afe6d95169
commit
6913ae823b
|
@ -486,6 +486,7 @@ exit:
|
||||||
if (boost::shared_ptr<request_callback> r = c.lock())
|
if (boost::shared_ptr<request_callback> r = c.lock())
|
||||||
r->tracker_request_error(req, -1, "unknown protocol in tracker url: "
|
r->tracker_request_error(req, -1, "unknown protocol in tracker url: "
|
||||||
+ protocol);
|
+ protocol);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_connections.push_back(con);
|
m_connections.push_back(con);
|
||||||
|
|
Loading…
Reference in New Issue