diff options
author | Stef Walter <stef@memberwebs.com> | 2004-11-26 23:03:27 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-11-26 23:03:27 +0000 |
commit | 12c4436a96a3b4fb76b60c21b1819ba883ab9296 (patch) | |
tree | 0f47f57dbfd99e8d1b38404c73b254efa15e61fa /common/sppriv.h | |
parent | f07d5b4338ba88c340569d273382a9c846811dff (diff) |
- Add XCLIENT support
- Ignore XCLIENT/XFORWARD commands coming from clients.
Diffstat (limited to 'common/sppriv.h')
-rw-r--r-- | common/sppriv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/sppriv.h b/common/sppriv.h index e978107..2ecf249 100644 --- a/common/sppriv.h +++ b/common/sppriv.h @@ -49,6 +49,7 @@ typedef struct spstate struct timeval timeout; /* Timeout for communication */ int keepalives; /* Send server keep alives at this interval */ int transparent; /* Transparent proxying */ + int xclient; /* Send XFORWARD info */ const char* directory; /* The temp directory */ const char* user; /* User to run as */ const char* pidfile; /* The pid file for daemon */ |