Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97936
b: refs/heads/master
c: 99c6f60
h: refs/heads/master
v: v3
  • Loading branch information
Jamal Hadi Salim authored and David S. Miller committed Jun 10, 2008
1 parent 023f001 commit 1fed5fc
Show file tree
Hide file tree
Showing 2 changed files with 4 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: bc6cffd177f9266af38dba96a2cea06c1e7ff932
refs/heads/master: 99c6f60e72f112b57ddb07abb2e5f771ee211f43
3 changes: 3 additions & 0 deletions trunk/net/key/af_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -3030,6 +3030,9 @@ static int key_notify_sa_expire(struct xfrm_state *x, struct km_event *c)

static int pfkey_send_notify(struct xfrm_state *x, struct km_event *c)
{
if (atomic_read(&pfkey_socks_nr) == 0)
return 0;

switch (c->event) {
case XFRM_MSG_EXPIRE:
return key_notify_sa_expire(x, c);
Expand Down

0 comments on commit 1fed5fc

Please sign in to comment.