Make compile.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22814 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -271,7 +271,7 @@ scc_gen_new(krb5_context context, krb5_ccache *id)
|
||||
krb5_set_error_string (context, "malloc: out of memory");
|
||||
return KRB5_CC_NOMEM;
|
||||
}
|
||||
s->cid = ++foo;
|
||||
s->cid = 0;
|
||||
|
||||
(*id)->data.data = s;
|
||||
(*id)->data.length = sizeof(*s);
|
||||
|
Reference in New Issue
Block a user