summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2009-09-15 04:14:26 +0530
committerMukund Sivaraman <muks@banu.com>2009-09-15 04:14:26 +0530
commit9594b8889ef8bfc241613b03d0dd79de4b5c10ec (patch)
treedb1fd7495f5727e7c5bfb890013ef264d5476cfe
parentf3312c22a0fc49bf1d93e87ee8e84290f3f91171 (diff)
downloadtinyproxy-9594b8889ef8bfc241613b03d0dd79de4b5c10ec.tar.gz
tinyproxy-9594b8889ef8bfc241613b03d0dd79de4b5c10ec.zip
Revert "Fix constness of stathost"
This reverts commit 42d2e10c93aacea89b7e5c23c1487a45788715b3.
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index b265d6d..0c65fd6 100644
--- a/src/main.h
+++ b/src/main.h
@@ -49,7 +49,7 @@ struct config_s {
const char *config_file;
unsigned int syslog; /* boolean */
int port;
- const char *stathost;
+ char *stathost;
unsigned int godaemon; /* boolean */
unsigned int quit; /* boolean */
char *user;