Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15372
b: refs/heads/master
c: 82c9df8
h: refs/heads/master
v: v3
  • Loading branch information
Yi Yang authored and Linus Torvalds committed Dec 31, 2005
1 parent ee22bcb commit e3cbafd
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: 8febdd85adaa41fa1fc1cb31286210fc2cd3ed0c
refs/heads/master: 82c9df820112c6286a8e8fbe482e94b65b49062c
2 changes: 1 addition & 1 deletion trunk/kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@ int sysctl_string(ctl_table *table, int __user *name, int nlen,
len--;
((char *) table->data)[len] = 0;
}
return 0;
return 1;
}

/*
Expand Down

0 comments on commit e3cbafd

Please sign in to comment.