mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove option to trace the network
This commit is contained in:
parent
2bf40adbb5
commit
182999e0b7
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue