summaryrefslogtreecommitdiff
path: root/community/tork/fix_net_port.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/tork/fix_net_port.patch')
-rw-r--r--community/tork/fix_net_port.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/community/tork/fix_net_port.patch b/community/tork/fix_net_port.patch
deleted file mode 100644
index b5545e0b2..000000000
--- a/community/tork/fix_net_port.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- A/src/upnp/upnprouter.h
-+++ B/src/upnp/upnprouter.h
-@@ -242,7 +242,7 @@
- * @param port The local port to forward
- */
- void forward(const net::Port & externalport,
-- const net::Port & internalport = net::Port::Port(),
-+ const net::Port & internalport = net::Port(),
- bool force = false);
-
- /**
-@@ -291,7 +291,7 @@
- bt::HTTPRequest* sendSoapQuery(const QString & query,const QString & soapact,const QString & controlurl,bool fwd, bool at_exit = false );
- bool verbose;
-
-- void forward(UPnPService* srv,const net::Port & externalport,const net::Port & internalport = net::Port::Port());
-+ void forward(UPnPService* srv,const net::Port & externalport,const net::Port & internalport = net::Port());
- void undoForward(UPnPService* srv,const net::Port & externalport,const net::Port &
- internalport,bt::WaitJob* waitjob);
- void httpRequestDone(bt::HTTPRequest* r,bool erase_fwd);