diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-24 16:45:45 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-24 16:45:45 +0000 |
commit | 89ada2df2841db06ac71ea3a62ec6af0ea112a08 (patch) | |
tree | cc8ce95a07f5c2eeb45d7231f5d22915e0846cbe /src/tinyproxy.c | |
parent | e7c7c91d7140cf6fb7dd07b1446b801e0eee289e (diff) |
Moved bind_address inside the config structure.
Diffstat (limited to 'src/tinyproxy.c')
-rw-r--r-- | src/tinyproxy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tinyproxy.c b/src/tinyproxy.c index 6f9d9a5..0f0bf7b 100644 --- a/src/tinyproxy.c +++ b/src/tinyproxy.c @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.c,v 1.28 2002-04-22 19:34:20 rjkaes Exp $ +/* $Id: tinyproxy.c,v 1.29 2002-04-24 16:45:45 rjkaes Exp $ * * The initialise routine. Basically sets up all the initial stuff (logfile, * listening socket, config options, etc.) and then sits there and loops @@ -45,7 +45,6 @@ extern FILE *yyin; struct config_s config; float load = 0.00; bool_t log_rotation_request = FALSE; -char* bind_address = NULL; bool_t processed_config_file = FALSE; /* |