Changeset 7adf50


Ignore:
Timestamp:
09/07/2008 08:46:41 AM (17 years ago)
Author:
Andrew Resch <andrewresch@gmail.com>
Children:
bd8dcb
Parents:
67c0069
Message:

Prevent libtorrent from crashing when 'announce' is not in the tracker
url.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libtorrent/src/http_tracker_connection.cpp

    r67c0069 r7adf50  
    9292                        if (pos == std::string::npos)
    9393                        {
    94                                 fail(-1, ("scrape is not available on url: '"
    95                                         + req.url +"'").c_str());
     94                                //fail(-1, ("scrape is not available on url: '"
     95                                //      + req.url +"'").c_str());
    9696                                return;
    9797                        }
Note: See TracChangeset for help on using the changeset viewer.