openlog failed, exit

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24922 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-03-22 17:23:54 +00:00
parent e2bec18571
commit 7665dbc0be

View File

@@ -89,7 +89,7 @@ main(int argc, char **argv)
ret = krb5_openlog(context, "hpropd", &fac);
if(ret)
;
errx(1, "krb5_openlog");
krb5_set_warn_dest(context, fac);
if(getarg(args, num_args, argc, argv, &optidx))