return real retval, not error retval
authorJohn Kohl <jtkohl@mit.edu>
Fri, 23 Mar 1990 15:33:27 +0000 (15:33 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 23 Mar 1990 15:33:27 +0000 (15:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@398 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/get_in_tkt.c

index a8954719fecd07206ab7f65b795cde3bb1ef5751..91cfd70b1fe360d7616c39910b6db91907273200 100644 (file)
@@ -115,7 +115,7 @@ OLDDECLARG(krb5_ccache, ccache)
     /* now decode the reply...could be error or as_rep */
 
     if (retval = decode_krb5_as_rep(packet, &as_reply)) {
-       if (retval = decode_krb5_error(packet, &err_reply))
+       if (decode_krb5_error(packet, &err_reply))
            return retval;              /* some other packet--??? */
        /* it was an error */