]> git.ipfire.org Git - thirdparty/libvirt.git/commit
daemon stream: Prefer bool over unsigned int var:1
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 4 Apr 2016 10:46:19 +0000 (12:46 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 21 Apr 2016 14:29:41 +0000 (16:29 +0200)
commit5441a25ff6b8ab6c2d413579779d3c26e55f7d04
tree6713bb218be14bf3ae04dbe042326a54895a9f64
parent8def0a22a3ed78362669957edfbbfac8a08bd7f9
daemon stream: Prefer bool over unsigned int var:1

There is no need for doing that since we have a bool type.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
daemon/stream.c