From: Sam Hartman Date: Mon, 30 Sep 1996 19:45:00 +0000 (+0000) Subject: Fix goto labels so it compiles without krb4 support X-Git-Tag: krb5-1.0-freeze1~288 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=604f893487b2e572833db835a2388ff9d41e0e49;p=krb5.git Fix goto labels so it compiles without krb4 support git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9134 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index b41f87fa9..7c6ef6278 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,3 +1,7 @@ +Sun Sep 29 20:49:47 1996 Sam Hartman + + * login.c: Fix so it works with --without-krb4 option + Fri Sep 20 18:23:53 1996 Sam Hartman * login.c: Update so that we try to convert krb524 tickets after diff --git a/src/appl/bsd/login.c b/src/appl/bsd/login.c index e398f1b62..93573a48c 100644 --- a/src/appl/bsd/login.c +++ b/src/appl/bsd/login.c @@ -1788,9 +1788,9 @@ int rewrite_ccache = 1; /*try to write out ccache*/ error_message(retval)); } - skip_output_tkfile: /*null*/; } #endif /* KRB4_GET_TICKETS */ + skip_output_tkfile: /*null*/; if (*pwd->pw_shell == '\0')