diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 |
commit | b47be74084057e3550b8723eae1dbc0f7c0d2fa5 (patch) | |
tree | 82e808f1c6023ffd99af5a14a44b649fd49d587e /net-p2p/ktorrent-devel/files/patch-plugins-upnp-upnpmcastsocket.cpp | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
Diffstat (limited to 'net-p2p/ktorrent-devel/files/patch-plugins-upnp-upnpmcastsocket.cpp')
-rw-r--r-- | net-p2p/ktorrent-devel/files/patch-plugins-upnp-upnpmcastsocket.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-p2p/ktorrent-devel/files/patch-plugins-upnp-upnpmcastsocket.cpp b/net-p2p/ktorrent-devel/files/patch-plugins-upnp-upnpmcastsocket.cpp deleted file mode 100644 index cb45a8a78566..000000000000 --- a/net-p2p/ktorrent-devel/files/patch-plugins-upnp-upnpmcastsocket.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/upnp/upnpmcastsocket.cpp.orig Fri Feb 3 18:13:05 2006 -+++ plugins/upnp/upnpmcastsocket.cpp Fri Feb 3 20:00:54 2006 -@@ -40,6 +40,7 @@ - QObject::connect(this,SIGNAL(readyRead()),this,SLOT(onReadyRead())); - QObject::connect(this,SIGNAL(gotError(int)),this,SLOT(onError(int))); - setAddressReuseable(true); -+ setFamily(KNetwork::KResolver::IPv4Family); - setBlocking(true); - for (Uint32 i = 0;i < 10;i++) - { |