Add missing error check for yp_get_default_domain()
authortb <tb@openbsd.org>
Mon, 27 Nov 2023 18:37:53 +0000 (18:37 +0000)
committertb <tb@openbsd.org>
Mon, 27 Nov 2023 18:37:53 +0000 (18:37 +0000)
commitc0ddac47be830fbe7b12fe0dfa698e93374edd3b
treef2d5c1bd8cc35f16d5f65ce519ac5b01460b22f3
parent1c32488653ba5f7c566de38769cd4f05984f73d9
Add missing error check for yp_get_default_domain()

Avoids a crash when no default domain is set.

from hshoexer
ok deraadt who had the same diff
usr.sbin/ypbind/ypbind.c