mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
Fix xs_unwatch() to correctly pass the token
This commit is contained in:
parent
c8070bf632
commit
406c05f2e7
@ -1,3 +1,8 @@
|
||||
Thu Jan 15 01:22:32 GMT 2009 John Levon <levon@movementarian.org>
|
||||
|
||||
* src/xs_internal.c: Fix xs_unwatch() to correctly pass the
|
||||
token
|
||||
|
||||
Thu Jan 15 01:19:02 GMT 2009 John Levon <levon@movementarian.org>
|
||||
|
||||
* src/xen_unified.c:
|
||||
|
@ -1106,7 +1106,7 @@ int xenStoreRemoveWatch(virConnectPtr conn,
|
||||
|
||||
if (!xs_unwatch(priv->xshandle,
|
||||
list->watches[i]->path,
|
||||
list->watches[i]->path))
|
||||
list->watches[i]->token))
|
||||
{
|
||||
DEBUG0("WARNING: Could not remove watch");
|
||||
/* Not fatal, continue */
|
||||
|
Loading…
x
Reference in New Issue
Block a user