tools/xenstore: ignore transaction id for [un]watch
authorJuergen Gross <jgross@suse.com>
Tue, 15 Dec 2020 12:34:37 +0000 (13:34 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 15 Dec 2020 12:34:37 +0000 (13:34 +0100)
commit09a4146bdcf8eea804dd90fee4b9132bdbf69bae
tree3bab0a00c59949b4f3d7ff668c0acafbedbfb334
parent705c7d89565fc2f7d06a255a4a76c6642340dbe2
tools/xenstore: ignore transaction id for [un]watch

Instead of ignoring the transaction id for XS_WATCH and XS_UNWATCH
commands as it is documented in docs/misc/xenstore.txt, it is tested
for validity today.

Really ignore the transaction id for XS_WATCH and XS_UNWATCH.

This is part of XSA-115.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Paul Durrant <paul@xen.org>
tools/xenstore/xenstored_core.c