Commit 8f8703a1 authored by David S. Miller's avatar David S. Miller

[IPSEC]: Add missed bit of sin_zero fix.

parent 967463ef
......@@ -2029,6 +2029,7 @@ static int pfkey_send_acquire(struct xfrm_state *x, struct xfrm_tmpl *t, struct
struct sadb_msg *hdr;
struct sadb_address *addr;
struct sadb_x_policy *pol;
struct sockaddr_in *sin;
int size;
size = sizeof(struct sadb_msg) +
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment