|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] [Xen-API] Patch for fixing the rtc/timeoffset en
On 5/5/07 15:42, "Stefan Berger" <stefanb@xxxxxxxxxx> wrote:
> This patch rewrites the rtc/timeoffset entry so the VM's record can be
> retrieved with the Java xmlrpc library. If the entry is 'None' it upsets
> the xmlrpc parser. This fixes it, though maybe there's a better place in
> xend to place similar code.
Can't the second argument to vm_details.get() be changed to "0"? If not,
could you just do 'foo = vm_details.get(...) or "0"'?
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|