From: Michal Privoznik Date: Thu, 8 Nov 2012 14:11:41 +0000 (+0100) Subject: AbortJob: Fix documentation X-Git-Tag: CVE-2012-3411~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd723164c7fbaad963c9af0d81228ab188095f51;p=thirdparty%2Flibvirt.git AbortJob: Fix documentation This API was never synchronous and probably doesn't even need to be. --- diff --git a/src/libvirt.c b/src/libvirt.c index bcb8233e17..bdb1dc6a05 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -17182,8 +17182,7 @@ error: * @domain: a domain object * * Requests that the current background job be aborted at the - * soonest opportunity. This will block until the job has - * either completed, or aborted. + * soonest opportunity. * * Returns 0 in case of success and -1 in case of failure. */