]> granicus.if.org Git - pdns/commit
fix exit statuses to constants and return 0 when success
authorJoonas Aunola <saltsa@gmail.com>
Tue, 29 Mar 2016 09:24:41 +0000 (12:24 +0300)
committerJoonas Aunola <saltsa@gmail.com>
Tue, 29 Mar 2016 09:24:41 +0000 (12:24 +0300)
commit3af9bc3bf984ea61580105254d91228fe20c4520
tree424e7b804802d655ea61613274a20382f2babe13
parentd1f94072b1240464cb59f13f48b8a1c97ec43b88
fix exit statuses to constants and return 0 when success

Use EXIT_ constants instead of bools or ints when function return
value is passed to exit() function.
pdns/pdnsutil.cc