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:
a2e3bd4
)
err, what I meant
author
Greg Price
<price@mit.edu>
Tue, 24 Jun 2008 04:47:31 +0000
(
00:47
-0400)
committer
Greg Price
<price@mit.edu>
Tue, 24 Jun 2008 04:47:31 +0000
(
00:47
-0400)
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
patch
|
blob
|
history
diff --git
a/files/usr/sbin/sipb-xen-listvms
b/files/usr/sbin/sipb-xen-listvms
index
85e9713
..
b67bf6c
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:
- pass # went down since we started
+ next # went down since we started
if name.startswith('d_'):
name = name[2:]
vms[name] = data