Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81959
b: refs/heads/master
c: 16ca3f9
h: refs/heads/master
i:
  81957: 0f92d7a
  81955: 44c6e18
  81951: 1dcfe32
v: v3
  • Loading branch information
Shan Wei authored and David S. Miller committed Feb 1, 2008
1 parent 993c043 commit aab5ad2
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: 71d67e666e73e3b7e9ef124745ee2e454ac04be8
refs/heads/master: 16ca3f913001efdb6171a2781ef41c77474e3895
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 @@ -185,7 +185,7 @@ static int strategy_allowed_congestion_control(ctl_table *table, int __user *nam

tcp_get_available_congestion_control(tbl.data, tbl.maxlen);
ret = sysctl_string(&tbl, name, nlen, oldval, oldlenp, newval, newlen);
if (ret == 0 && newval && newlen)
if (ret == 1 && newval && newlen)
ret = tcp_set_allowed_congestion_control(tbl.data);
kfree(tbl.data);

Expand Down

0 comments on commit aab5ad2

Please sign in to comment.