From 5fab9c5520b28e8caa90f3326ce82a0f40299ee9 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Tue, 24 Jun 2008 00:47:31 -0400 Subject: [PATCH] err, what I meant This is what happens when you have a race you can't actually reproduce. svn path=/trunk/packages/sipb-xen-remctl-auto/; revision=653 --- files/usr/sbin/sipb-xen-listvms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/usr/sbin/sipb-xen-listvms b/files/usr/sbin/sipb-xen-listvms index 85e9713..b67bf6c 100755 --- a/files/usr/sbin/sipb-xen-listvms +++ b/files/usr/sbin/sipb-xen-listvms @@ -17,7 +17,7 @@ def live_vms(): try: name, data = get_dom(int(domid)) except ValueError: - pass # went down since we started + next # went down since we started if name.startswith('d_'): name = name[2:] vms[name] = data -- 1.7.9.5