aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/http-proxy/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/http-proxy/main.cc b/apps/http-proxy/main.cc
index fe1bda5de..a7020298b 100644
--- a/apps/http-proxy/main.cc
+++ b/apps/http-proxy/main.cc
@@ -37,7 +37,7 @@ int main(int argc, char** argv) {
while ((opt = getopt(argc, argv, "a:p:c:m:")) != -1) {
switch (opt) {
case 'a':
- prefix = optarg;
+ ip_address = optarg;
break;
case 'p':
port = optarg;