From 683241de5aa88c4a1fc1df3414d751613aa0bc20 Mon Sep 17 00:00:00 2001 From: Thomas Treutner Date: Wed, 22 Jul 2009 08:41:40 +0200 Subject: [PATCH] Fix documentation of virStoragePoolUndefine return * src/libvirt.c: the documented return was wrong --- src/libvirt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvirt.c b/src/libvirt.c index a2aa781d54..8ee7741a5f 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -6671,7 +6671,7 @@ error: * * Undefine an inactive storage pool * - * Returns a virStoragePoolPtr object, or NULL if creation failed + * Returns 0 on success, -1 on failure */ int virStoragePoolUndefine(virStoragePoolPtr pool)