Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368619
b: refs/heads/master
c: 1b7c92b
h: refs/heads/master
i:
  368617: 7c76e73
  368615: aadeab4
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Mar 22, 2013
1 parent cb250a1 commit 8c8a067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f3c78f8515dd4cb9e26040ebb54cf589d21137ee
refs/heads/master: 1b7c92b90514aaec0daea4319d519084da373aeb
2 changes: 1 addition & 1 deletion trunk/net/l2tp/l2tp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@ int l2tp_session_delete(struct l2tp_session *session)
if (session->session_close != NULL)
(*session->session_close)(session);
if (session->deref)
(*session->ref)(session);
(*session->deref)(session);
l2tp_session_dec_refcount(session);
return 0;
}
Expand Down

0 comments on commit 8c8a067

Please sign in to comment.