diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-20 13:45:47 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-20 13:45:47 +0530 |
commit | 0978decbacde880b990e6d7deba09607ea4a7d84 (patch) | |
tree | e08e79f5f065ff5469cbec46b309df0c6ad3dbc8 /src/main.c | |
parent | a1725f6297b365818ecb269130f780448cdd14ad (diff) |
build: Rename autoconf variable
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -350,8 +350,8 @@ main (int argc, char **argv) if (!config.stathost) { log_message (LOG_INFO, "Setting stathost to \"%s\".", - DEFAULT_STATHOST); - config.stathost = DEFAULT_STATHOST; + TINYPROXY_STATHOST); + config.stathost = TINYPROXY_STATHOST; } if (!config.user) { |