]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage_backend.c: assure clang that inputvol can't be NULL
authorJim Meyering <meyering@redhat.com>
Thu, 3 Sep 2009 08:22:57 +0000 (10:22 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 3 Sep 2009 16:04:23 +0000 (18:04 +0200)
commit5cb74dadaf8c1cd43e4e4b0a53f6192c060e0184
treedcf0314be8fdab966a0357be8710bb3b293dfc7c
parentd9b4538469bfa480e22b504c896c13cdcde5e31a
storage_backend.c: assure clang that inputvol can't be NULL

* src/storage_backend.c: Include "internal.h".
(virStorageBackendCopyToFD): Mark inputvol parameter as "nonnull".
Remove test for non-NULL inputvol.  Both callers ensure it's non-NULL.
src/storage_backend.c