Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210142
b: refs/heads/master
c: d71b0e9
h: refs/heads/master
v: v3
  • Loading branch information
Bernard Pidoux F6BVP authored and David S. Miller committed Aug 26, 2010
1 parent 4d69d16 commit 166d2bc
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: fe5f098055ed7f701bfb16f8f87378cf67de9a0e
refs/heads/master: d71b0e9c0028f3af910226f995e0074873e16979
2 changes: 1 addition & 1 deletion trunk/net/ax25/ax25_ds_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ void ax25_ds_heartbeat_expiry(ax25_cb *ax25)
if (sk) {
sock_hold(sk);
ax25_destroy_socket(ax25);
sock_put(sk);
bh_unlock_sock(sk);
sock_put(sk);
} else
ax25_destroy_socket(ax25);
return;
Expand Down

0 comments on commit 166d2bc

Please sign in to comment.