commit | a3981eb978b76e75aca3d04f6c6e26de8322001b | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Tue Aug 26 19:17:54 2014 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Fri Aug 29 10:46:57 2014 +0100 |
tree | d180dcaccd6945d42f34cba63746f8ebbec2a355 | |
parent | 212aefaa53d142baa9a22f5aadd2e72eb916c0c0 [diff] |
qemu-img: fix img_commit() error return value The img_commit() return value is a process exit code. Use 1 for failure instead of -1. The other failure paths in this function already use 1. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>