Files
Martin Pitt 73257f8e61 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.

(cherry picked from commit 5567fafbc9)
2015-01-16 00:56:52 -05:00
..