]> git.ipfire.org Git - thirdparty/libvirt.git/commit
get_nonnull_domain: Drop useless comment
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 3 Dec 2019 17:11:32 +0000 (18:11 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 17 Dec 2019 15:58:43 +0000 (16:58 +0100)
commitb86c65e170946f90605089a70650b8a5bc81d442
tree330b124c621158a72e4bed599b245ff7ed8de99c
parentdd2fd7d449f35241300a6672396adce47b713741
get_nonnull_domain: Drop useless comment

The intent of get_nonnull_domain() is not to validate virDomain
as sent by the client but just to construct the virDomain
structure. The validation is then done in each API when looking
up the domain in our internal hash tables.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
src/remote/remote_daemon_dispatch.c