changeset 590:2a6b512ee5a1

Proxy port commandline option was not working correctly (set wrong variable), fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 29 Sep 2013 22:07:28 +0300
parents cdb348e051b5
children 926426a3e401
files main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Fri Jul 26 15:45:05 2013 +0300
+++ b/main.c	Sun Sep 29 22:07:28 2013 +0300
@@ -175,7 +175,7 @@
         break;
 
     case 12:
-        optPort = atoi(optArg);
+        optProxyPort = atoi(optArg);
         break;