Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74195
b: refs/heads/master
c: 5487796
h: refs/heads/master
i:
  74193: 918b115
  74191: 32a0264
v: v3
  • Loading branch information
Sam Jansen authored and David S. Miller committed Nov 20, 2007
1 parent 1973566 commit 73bcbb1
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: 6e42141009ff18297fe19d19296738b742f861db
refs/heads/master: 5487796f0c9475586277a0a7a91211ce5746fa6a
2 changes: 1 addition & 1 deletion trunk/net/ipv4/sysctl_net_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static int sysctl_tcp_congestion_control(ctl_table *table, int __user *name,

tcp_get_default_congestion_control(val);
ret = sysctl_string(&tbl, name, nlen, oldval, oldlenp, newval, newlen);
if (ret == 0 && newval && newlen)
if (ret == 1 && newval && newlen)
ret = tcp_set_default_congestion_control(val);
return ret;
}
Expand Down

0 comments on commit 73bcbb1

Please sign in to comment.