Browse Source

wprobe: fix tcp port for the proxy mode in the init script

SVN-Revision: 17278
Felix Fietkau 16 years ago
parent
commit
d8641e67e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/wprobe/files/wprobe.init

+ 1 - 1
package/wprobe/files/wprobe.init

@@ -25,7 +25,7 @@ config_wprobe() {
 
 start_proxy() {
 	config_get port "$cfg" port
-	wprobe_ssd -S proxy "$UTIL" -P -p "${port:-19770}"
+	wprobe_ssd -S proxy "$UTIL" -P -p "${port:-17990}"
 }
 
 start_ipfix() {