mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 05:02:31 +00:00
* More rak::socket_address cleanup, made listening port seperate from
local address and use port 0 when listening port is closed. * Added "port_open" option which allows the user to not open any listening port. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@644 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-8
@@ -196,18 +196,11 @@ main(int argc, char** argv) {
|
||||
|
||||
control->cleanup();
|
||||
|
||||
} catch (torrent::base_error& e) {
|
||||
display::Canvas::cleanup();
|
||||
delete control;
|
||||
|
||||
std::cout << "Caught exception: " << e.what() << std::endl;
|
||||
return -1;
|
||||
|
||||
} catch (std::exception& e) {
|
||||
display::Canvas::cleanup();
|
||||
delete control;
|
||||
|
||||
std::cout << e.what() << std::endl;
|
||||
std::cout << "rtorrent: " << e.what() << std::endl;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user