*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-04-14 22:44:35 +00:00
parent 15bf2519f1
commit 0e0e1d3cd3

View File

@@ -334,7 +334,7 @@ namespace libtorrent
start = end;
end = std::find(start, req.url.end(), '/');
std::string::const_iterator port_pos
std::string::iterator port_pos
= std::find(start, req.url.end(), ':');
if (port_pos < end)