Fix goto labels so it compiles without krb4 support
authorSam Hartman <hartmans@mit.edu>
Mon, 30 Sep 1996 19:45:00 +0000 (19:45 +0000)
committerSam Hartman <hartmans@mit.edu>
Mon, 30 Sep 1996 19:45:00 +0000 (19:45 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9134 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/ChangeLog
src/appl/bsd/login.c

index b41f87fa9a145a1d63dde6415abb84558cc0b169..7c6ef6278a59911e65d5a4166af7a993c49bf8cd 100644 (file)
@@ -1,3 +1,7 @@
+Sun Sep 29 20:49:47 1996  Sam Hartman  <hartmans@mit.edu>
+
+       * login.c: Fix so it works with --without-krb4 option
+
 Fri Sep 20 18:23:53 1996  Sam Hartman  <hartmans@planet-zorp.MIT.EDU>
 
        * login.c: Update so that we try to convert krb524 tickets after
index e398f1b626d6cdc882596bcbf02a91bbe22453f6..93573a48c9bb922d6a0845dc1d0f4147547a149d 100644 (file)
@@ -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')