All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][XenAPI]fix valid_object typo
@ 2008-11-20  8:14 Zhigang Wang
  0 siblings, 0 replies; only message in thread
From: Zhigang Wang @ 2008-11-20  8:14 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 59 bytes --]


Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>



[-- Attachment #2: xen-valid-object-typo.patch --]
[-- Type: text/x-patch, Size: 551 bytes --]

--- xen-unstable/tools/python/xen/xend/XendAPI.py.orig	2008-11-20 16:08:53.000000000 +0800
+++ xen-unstable/tools/python/xen/xend/XendAPI.py	2008-11-20 16:10:11.000000000 +0800
@@ -431,7 +431,7 @@ def valid_object(class_name):
            lambda *args, **kwargs: \
            _check_ref(lambda r: \
                           XendAPIStore.get(r, class_name) is not None,
-                      'PIF', func, *args, **kwargs)
+                      class_name, func, *args, **kwargs)
 
 # -----------------------------
 # Bridge to Legacy XM API calls

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-20  8:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-20  8:14 [PATCH][XenAPI]fix valid_object typo Zhigang Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.