diff options
Diffstat (limited to 'Ports/dropbear')
-rw-r--r-- | Ports/dropbear/patches/remove-reserved-ports.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Ports/dropbear/patches/remove-reserved-ports.patch b/Ports/dropbear/patches/remove-reserved-ports.patch deleted file mode 100644 index 8b2760baab..0000000000 --- a/Ports/dropbear/patches/remove-reserved-ports.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/svr-tcpfwd.c.orig -+++ b/svr-tcpfwd.c -@@ -186,11 +186,6 @@ - TRACE(("invalid port: %d", port)) - goto out; - } -- -- if (!ses.allowprivport && port < IPPORT_RESERVED) { -- TRACE(("can't assign port < 1024 for non-root")) -- goto out; -- } - } - - tcpinfo = (struct TCPListener*)m_malloc(sizeof(struct TCPListener)); |