Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Trond Myklebust <trond.myklebust@fys.uio.no>
struct xdr_netobj *mech,
int *body_size,
unsigned char **buf_in,
- int tok_type,
int toksize);
u32 g_get_mech_oid(struct xdr_netobj *mech, struct xdr_netobj * in_buf);
*/
u32
g_verify_token_header(struct xdr_netobj *mech, int *body_size,
- unsigned char **buf_in, int tok_type, int toksize)
+ unsigned char **buf_in, int toksize)
{
unsigned char *buf = *buf_in;
int seqsize;
dprintk("RPC: krb5_read_token\n");
- if (g_verify_token_header(&ctx->mech_used, &bodysize, &ptr, toktype,
+ if (g_verify_token_header(&ctx->mech_used, &bodysize, &ptr,
read_token->len))
goto out;