Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90622
b: refs/heads/master
c: 765ff02
h: refs/heads/master
v: v3
  • Loading branch information
Gui Jianfeng authored and David S. Miller committed Apr 13, 2008
1 parent a090247 commit f855dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 9dbc15f055f05393ace4f1733f160ec3d188cf9b
refs/heads/master: 765ff02e896a4f4e0fdb223aadab629aaf3756d2
3 changes: 1 addition & 2 deletions trunk/net/sctp/sm_sideeffect.c
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,6 @@ static void sctp_cmd_t3_rtx_timers_stop(sctp_cmd_seq_t *cmds,

/* Helper function to update the heartbeat timer. */
static void sctp_cmd_hb_timer_update(sctp_cmd_seq_t *cmds,
struct sctp_association *asoc,
struct sctp_transport *t)
{
/* Update the heartbeat timer. */
Expand Down Expand Up @@ -1451,7 +1450,7 @@ static int sctp_cmd_interpreter(sctp_event_t event_type,

case SCTP_CMD_HB_TIMER_UPDATE:
t = cmd->obj.transport;
sctp_cmd_hb_timer_update(commands, asoc, t);
sctp_cmd_hb_timer_update(commands, t);
break;

case SCTP_CMD_HB_TIMERS_STOP:
Expand Down

0 comments on commit f855dc0

Please sign in to comment.