]> git.pld-linux.org Git - packages/nut.git/blob - bcmxcp-off-by-one.patch
- explicitly specify augeas lenses dir instead of relying on installed packages
[packages/nut.git] / bcmxcp-off-by-one.patch
1 --- nut-2.6.4/drivers/bcmxcp.c~ 2012-05-11 10:29:33.000000000 +0200
2 +++ nut-2.6.4/drivers/bcmxcp.c  2012-06-24 01:04:21.722366188 +0200
3 @@ -1134,7 +1134,7 @@
4                         len--;
5                         ncpu++;
6  
7 -               } while ((len > 0) && (ncpu <= 5));
8 +               } while ((len > 0) && (ncpu < 5));
9  
10                 dstate_setinfo("ups.firmware", "%s", pTmp);
11  
This page took 0.030689 seconds and 4 git commands to generate.