diff options
author | Stef Walter <stef@memberwebs.com> | 2004-09-16 18:53:20 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-09-16 18:53:20 +0000 |
commit | 4245571ab79483d4edd756bfc8467969992cc86d (patch) | |
tree | 81fb1f858dd89b0de1dc6d5e4bed6c268cc4a53d /common/sppriv.h | |
parent | 361a01c1a231b02cf70c277f74709b6659b5be0d (diff) |
- Ability to switch users
- Fix for config files not ending in a line break
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 89a89f9..30686f9 100644 --- a/common/sppriv.h +++ b/common/sppriv.h @@ -49,6 +49,7 @@ typedef struct spstate struct timeval timeout; /* Timeout for communication */ int transparent; /* Transparent proxying */ const char* directory; /* The temp directory */ + const char* user; /* User to run as */ struct sockaddr_any outaddr; /* The outgoing address */ const char* outname; |