[PATCH] Enable --verbose when --dump-http-traffic is passed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Documentation suggests that --verbose is implied when --dump-http-traffic is
passed (see commit f739310d94686bfeecaeadac07fdfd31bb41cc69).

Signed-off-by: Murilo Opsfelder Araujo <muriloo at linux.vnet.ibm.com>
---
 main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/main.c b/main.c
index 5ddd9b8..49d102f 100644
--- a/main.c
+++ b/main.c
@@ -710,6 +710,8 @@ int main(int argc, char **argv)
 			break;
 		case OPT_DUMP_HTTP:
 			vpninfo->dump_http_traffic = 1;
+			verbose = PRG_TRACE;
+			break;
 		case 'v':
 			verbose = PRG_TRACE;
 			break;
-- 
1.8.3.187.gb5c2675




[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux