diff options
Diffstat (limited to 'net/ipv6/ah6.c')
-rw-r--r-- | net/ipv6/ah6.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv6/ah6.c b/net/ipv6/ah6.c index 60954fc7eb36..6c0aa51319a5 100644 --- a/net/ipv6/ah6.c +++ b/net/ipv6/ah6.c | |||
@@ -435,7 +435,8 @@ static struct xfrm_type ah6_type = | |||
435 | .init_state = ah6_init_state, | 435 | .init_state = ah6_init_state, |
436 | .destructor = ah6_destroy, | 436 | .destructor = ah6_destroy, |
437 | .input = ah6_input, | 437 | .input = ah6_input, |
438 | .output = ah6_output | 438 | .output = ah6_output, |
439 | .hdr_offset = xfrm6_find_1stfragopt, | ||
439 | }; | 440 | }; |
440 | 441 | ||
441 | static struct inet6_protocol ah6_protocol = { | 442 | static struct inet6_protocol ah6_protocol = { |