]> git.pld-linux.org Git - packages/iproute2.git/blame - iproute2-build.patch
- added 2 patches from upstream which fixes tc HTB
[packages/iproute2.git] / iproute2-build.patch
CommitLineData
0f0fc7df
AM
1--- iproute2-3.8.0/ip/iplink_can.c~ 2013-02-21 17:41:20.000000000 +0100
2+++ iproute2-3.8.0/ip/iplink_can.c 2013-03-05 22:03:13.578484638 +0100
3@@ -107,7 +107,7 @@
4 if (get_u32(&bt.bitrate, *argv, 0))
5 invarg("invalid \"bitrate\" value\n", *argv);
6 } else if (matches(*argv, "sample-point") == 0) {
7- float sp;
8+ float sp = 0;
9
10 NEXT_ARG();
11 if (get_float(&sp, *argv))
This page took 0.180439 seconds and 4 git commands to generate.