Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175570
b: refs/heads/master
c: c20a66f
h: refs/heads/master
v: v3
  • Loading branch information
Martin Willi authored and David S. Miller committed Dec 11, 2009
1 parent 87f276c commit d57893f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: de039f02d877af52b8d0fe77878b8343a0f99d8b
refs/heads/master: c20a66f474e890dd8cc34e124632cd85e4165899
1 change: 1 addition & 0 deletions trunk/net/key/af_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,7 @@ static struct xfrm_state * pfkey_msg2xfrm_state(struct net *net,
x->aalg->alg_key_len = key->sadb_key_bits;
memcpy(x->aalg->alg_key, key+1, keysize);
}
x->aalg->alg_trunc_len = a->uinfo.auth.icv_truncbits;
x->props.aalgo = sa->sadb_sa_auth;
/* x->algo.flags = sa->sadb_sa_flags; */
}
Expand Down

0 comments on commit d57893f

Please sign in to comment.