summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/rd_rep.c
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-06-30 19:55:18 +0000
committerEzra Peisach <epeisach@mit.edu>2000-06-30 19:55:18 +0000
commit872a18cb0cdec1de6b40772a6938f602eff8f844 (patch)
treee266f2e892f87a27560ad7e549f4c21c16b34e5b /src/lib/krb5/krb/rd_rep.c
parent6ea92e4dddac9d2a2b5c52aeb17d9b831cabeb34 (diff)
downloadkrb5-872a18cb0cdec1de6b40772a6938f602eff8f844.tar.gz
krb5-872a18cb0cdec1de6b40772a6938f602eff8f844.tar.xz
krb5-872a18cb0cdec1de6b40772a6938f602eff8f844.zip
* t_walk_rtree.c (main): Declare as returning int
* get_in_tkt.c (_krb5_conf_boolean): Declare as taking a const char * * str_conv.c (krb5_timestamp_to_string): Work around gcc's warning that %c format in strftime might return only two digits for the year. * mk_safe.c, rd_rep.c, send_tgs.c: Remove unused goto label. * kdc_rep_dc.c (krb5_kdc_rep_decrypt_proc): Remove code with no effect. * init_ctx.c: Make krb5_brand[] look used. * chpw.c, decode_kdc.c, decrypt_tk.c, enc_helper.c, get_creds.c, get_in_tkt.c, gic_keytab.c, gic_pwd.c, preauth2.c, vfy_increds.c: Add parentheses around assignment used as truth value git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12483 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb/rd_rep.c')
-rw-r--r--src/lib/krb5/krb/rd_rep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/rd_rep.c b/src/lib/krb5/krb/rd_rep.c
index 3b6f7cb8d..4938594dd 100644
--- a/src/lib/krb5/krb/rd_rep.c
+++ b/src/lib/krb5/krb/rd_rep.c
@@ -94,7 +94,7 @@ krb5_rd_rep(context, auth_context, inbuf, repl)
clean_scratch:
memset(scratch.data, 0, scratch.length);
-errout:
+
krb5_free_ap_rep(context, reply);
free(scratch.data);
return retval;