summaryrefslogtreecommitdiff
path: root/src/tinyproxy.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tinyproxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tinyproxy.h b/src/tinyproxy.h
index a418a02..88ed541 100644
--- a/src/tinyproxy.h
+++ b/src/tinyproxy.h
@@ -51,7 +51,7 @@ struct config_s {
int port;
char *stathost;
unsigned int quit; /* boolean */
- char *username;
+ char *user;
char *group;
char *ipAddr;
#ifdef FILTER_ENABLE