From 93edeee522cae9f59d45a30fce440ba5517c978e Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 2 Nov 2009 03:50:26 +0000 Subject: [PATCH] reverted unintentional change --- examples/client_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client_test.cpp b/examples/client_test.cpp index ab48cd3f6..fa6f10fc5 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -770,7 +770,7 @@ int main(int argc, char* argv[]) // be able to remove torrents that were added via the directory // monitor when they're not in the directory anymore. handles_t handles; - session ses(fingerprint("LT", LIBTORRENT_VERSION_MAJOR, LIBTORRENT_VERSION_MINOR-1, 0, 0) + session ses(fingerprint("LT", LIBTORRENT_VERSION_MAJOR, LIBTORRENT_VERSION_MINOR, 0, 0) , session::add_default_plugins , alert::all_categories & ~(alert::dht_notification