From 948565dcc873e9dc5ee09df06d623b2be3019d0a Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 20 Feb 2017 20:32:33 +0100 Subject: [PATCH] to debug the proxy log files will be temporally not removed --- tools/proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/proxy.c b/tools/proxy.c index 9086369ff..c9d695e32 100644 --- a/tools/proxy.c +++ b/tools/proxy.c @@ -93,7 +93,7 @@ static void fini_qemu(void) dump_log(); puts(""); - unlink(tmpname); + //unlink(tmpname); } static void fini_multi(void)