wok view hardinfo/stuff/users.patch @ rev 5408

Up: tor (0.2.1.26)
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 02 23:54:45 2010 +0000 (2010-05-02)
parents
children
line source
1 --- arch/common/users.h Sun Nov 4 14:14:35 2007
2 +++ arch/common/users.h Sun Apr 20 23:57:31 2008
3 @@ -44,7 +44,7 @@
5 uid = atoi(tmp[2]);
6 strend(tmp[4], ',');
7 - if (uid >= 1000 && uid <= 65530) {
8 + if (uid >= 500 && uid <= 65530) {
9 human_users = h_strdup_cprintf("$%s$%s=%s\n", human_users, key, tmp[0], tmp[4]);
10 } else {
11 sys_users = h_strdup_cprintf("$%s$%s=%s\n", sys_users, key, tmp[0], tmp[4]);