- Port restriction code back in

- Remove bad strerror() logging

--HG--
extra : convert_revision : 8ad0c90d041d667876641822a5d870e2e73059c6
This commit is contained in:
Matt Johnston
2004-06-22 10:47:16 +00:00
parent ae1b0b07cf
commit 18bfb4dd48
5 changed files with 11 additions and 11 deletions

View File

@@ -138,10 +138,13 @@ struct sshsession {
/* TCP forwarding - where manage listeners */
#ifndef DISABLE_REMOTETCPFWD
#ifdef USING_LISTENERS
struct Listener ** listeners;
unsigned int listensize;
/* Whether to allow binding to privileged ports (<1024). This doesn't
* really belong here, but nowhere else fits nicely */
#endif
int allowprivport;
};