reference to fvno_bytes)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5248
dc483132-0cff-0310-8789-
dd5450dbe970
Sat Mar 25 14:42:37 1995 Tom Yu (tlyu@dragons-lair)
+ * scc_maybe.c (krb5_scc_open_file): fixed typo (extra & in
+ reference to fvno_bytes)
+
* scc_gennew.c: Ultrix cc (and K&R compilers) doesn't deal with
automatic aggregate initialization, so fixed scc_fvno usage.
}
} else {
/* verify a valid version number is there */
- if (!fread((char *)&fvno_bytes, sizeof(fvno_bytes), 1, f)) {
+ if (!fread((char *)fvno_bytes, sizeof(fvno_bytes), 1, f)) {
(void) krb5_unlock_file(context, f, data->filename);
(void) fclose(f);
return KRB5_CCACHE_BADVNO;