From 182999e0b7e799c848a8874b7cf3c39a7b93c94d Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 19 Feb 2017 10:36:45 +0100 Subject: [PATCH] remove option to trace the network --- tools/proxy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/proxy.c b/tools/proxy.c index d930d7aa0..7f4e1de90 100644 --- a/tools/proxy.c +++ b/tools/proxy.c @@ -402,9 +402,9 @@ static int init_qemu(char *path) printf("%s ", qemu_argv[i]); // add flags to create dump of the network traffic - qemu_argv[i] = "-net"; - qemu_argv[i+1] = "dump"; - printf("%s %s\n", qemu_argv[i], qemu_argv[i+1]); + //qemu_argv[i] = "-net"; + //qemu_argv[i+1] = "dump"; + //printf("%s %s\n", qemu_argv[i], qemu_argv[i+1]); fflush(stdout); }