Make the backend open method return an int to report success.
authoreric <eric@openbsd.org>
Thu, 27 Dec 2018 08:08:06 +0000 (08:08 +0000)
committereric <eric@openbsd.org>
Thu, 27 Dec 2018 08:08:06 +0000 (08:08 +0000)
commitb700b1d86abb658af8e7008c1ddf094df8919706
tree67789f7e5eb707268bf37bcba9c602e2c321f6c7
parent3f1c47a8c7f6cfca8ee528715a80810b64a3479f
Make the backend open method return an int to report success.
The implementation is responsible for setting the handle pointer
as needed.

ok gilles@
usr.sbin/smtpd/smtpd.h
usr.sbin/smtpd/table.c
usr.sbin/smtpd/table_db.c
usr.sbin/smtpd/table_getpwnam.c
usr.sbin/smtpd/table_proc.c
usr.sbin/smtpd/table_static.c