chiark / gitweb /
hostnamectl: Exit with zero on success
authorMartin Pitt <martin.pitt@ubuntu.com>
Fri, 28 Nov 2014 14:38:05 +0000 (15:38 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Fri, 28 Nov 2014 16:08:51 +0000 (17:08 +0100)
commit5567fafbc9d83a1391f23ecdbe698a3c03929370
treed86b3284a548831a7a1eb5726aae0e6ae22afc77
parent755bde375f4db393ad06e73340bfcf4d0cf91bb2
hostnamectl: Exit with zero on success

In show_all_names(), bus_map_all_properties() returns 1 on success which is
then used as the return code of show_all_names() and eventually main(). Exit
with zero in main() on all nonnegative results to guard against similar errors.
src/hostname/hostnamectl.c