From 441ae0df9f968b88f0a79a0ce571c54f0898d2b5 Mon Sep 17 00:00:00 2001 From: "dongkyun.yun" Date: Fri, 2 Dec 2011 15:45:07 +0900 Subject: [PATCH] [Title] normal case error_report with sdb & multi emulator => comment-out [Type] // Commit Type: Feature / Bugfix / Enhancement [Module] // Module Name - (Main / Sub) [Priority] // Importance : Critical / Major / Minor [CQ#] // CQ Issue Number [Redmine#] // Redmine Isuue Number [Problem] // Problem Description [Cause] // Cause Description [Solution] // Solution Description [TestCase] // Executed the test-target (How to) --- net/slirp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/slirp.c b/net/slirp.c index b41c60a..96dff61 100644 --- a/net/slirp.c +++ b/net/slirp.c @@ -413,8 +413,9 @@ static int slirp_hostfwd(SlirpState *s, const char *redir_str, if (slirp_add_hostfwd(s->slirp, is_udp, host_addr, host_port, guest_addr, guest_port) < 0) { - error_report("could not set up host forwarding rule '%s'", - redir_str); + // normal case with sdb & multi emulator => comment-out + // error_report("could not set up host forwarding rule '%s'", + // redir_str); return -1; } return 0; -- 2.7.4