]> git.proxmox.com Git - mirror_corosync.git/commit
cmapctl: return EXIT_FAILURE on failure
authorliangxin1300 <XLiang@suse.com>
Mon, 17 Aug 2020 07:14:46 +0000 (15:14 +0800)
committerJan Friesse <jfriesse@redhat.com>
Mon, 17 Aug 2020 12:59:13 +0000 (14:59 +0200)
commit9105d94a80c380daae6c4341ffedf8b771ba1adc
treeb3bc48ce7fbea5c4884de7a5b0d557f42b18adcf
parentfb5e0fae92417093127335a2114fadde9262315d
cmapctl: return EXIT_FAILURE on failure

For -g and -d option return EXIT_FAILURE when error occurs (most often
because key does not exist).

Signed-off-by: liangxin1300 <XLiang@suse.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
tools/corosync-cmapctl.c