projects
/
invirt/packages/invirt-remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fab9c5
)
what I meant, in Python
author
Greg Price
<price@mit.edu>
Sun, 29 Jun 2008 00:43:16 +0000
(20:43 -0400)
committer
Greg Price
<price@mit.edu>
Sun, 29 Jun 2008 00:43:16 +0000
(20:43 -0400)
> This is what happens when you have a race you can't actually reproduce.
Oh well.
svn path=/trunk/packages/sipb-xen-remctl-auto/; revision=654
files/usr/sbin/sipb-xen-listvms
patch
|
blob
|
history
diff --git
a/files/usr/sbin/sipb-xen-listvms
b/files/usr/sbin/sipb-xen-listvms
index
b67bf6c
..
3c8b0a1
100755
(executable)
--- 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:
- next # went down since we started
+ continue # went down since we started
if name.startswith('d_'):
name = name[2:]
vms[name] = data