[Ovirt-devel] [PATCH] Fixed a bug that left the nics table empty.

Darryl L. Pierce dpierce at redhat.com
Thu Aug 21 16:57:09 UTC 2008


Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
 wui/src/host-browser/host-browser.rb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/wui/src/host-browser/host-browser.rb b/wui/src/host-browser/host-browser.rb
index 881b2ae..d331154 100755
--- a/wui/src/host-browser/host-browser.rb
+++ b/wui/src/host-browser/host-browser.rb
@@ -272,6 +272,7 @@ class HostBrowser
                 # the received data to avoid creating a dupe later
                 if detail['MAC'] == nic.mac
                     nic_info.delete(detail)
+                    found = true
                 end
             end
 
-- 
1.5.5.1




More information about the ovirt-devel mailing list