diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-15 04:14:26 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-15 04:14:26 +0530 |
commit | 9594b8889ef8bfc241613b03d0dd79de4b5c10ec (patch) | |
tree | db1fd7495f5727e7c5bfb890013ef264d5476cfe | |
parent | f3312c22a0fc49bf1d93e87ee8e84290f3f91171 (diff) | |
download | tinyproxy-9594b8889ef8bfc241613b03d0dd79de4b5c10ec.tar.gz tinyproxy-9594b8889ef8bfc241613b03d0dd79de4b5c10ec.zip |
Revert "Fix constness of stathost"
This reverts commit 42d2e10c93aacea89b7e5c23c1487a45788715b3.
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |