commit | d6cf84e1de0a167963f0803d6e39f6ca03e27eaa | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Wed Jun 24 14:42:30 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jun 29 08:52:49 2009 -0500 |
tree | 0b01f3c19c87ec5d3e9c931707a29895f17f7799 | |
parent | d918f23efaf486293b96418fe5deaff8a5583304 [diff] |
slirp: Drop redundant checks from slirp_output Slirp doesn't invoke slirp[_can]_output before it is initialized. The motivation for these checks (3b7f5d479c) no longer applies. So drop them. Note: slirp_vc will become invalid if the slirp stack is removed during runtime. But this is no new bug and will be fixed later. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>