]> git.ipfire.org Git - thirdparty/libvirt.git/commit
convert missing server entry points into unsupported errors
authorDaniel Veillard <veillard@redhat.com>
Tue, 22 Dec 2009 16:44:03 +0000 (17:44 +0100)
committerDaniel Veillard <veillard@redhat.com>
Tue, 22 Dec 2009 16:44:03 +0000 (17:44 +0100)
commitb9daebfee49380df85f1386b9caf5a6348d4c046
treea77061012fe4a668ae48e23b624fe0c2bea7af44
parent54f868c164eba0d2b924f01998005b65192ac24d
convert missing server entry points into unsupported errors

If using a remote access, sometimes an RPC entry point is not
available, and currently we just end up with a raw:
    error: unknown procedure: xxx
error, while this should be more cleanly reported as an unsupported
entry point like for local access

* src/remote/remote_driver.c: convert missing remote entry points into
  the unsupported feature error
src/remote/remote_driver.c