]> git.ipfire.org Git - thirdparty/iproute2.git/commit
lib: bpf_glue: remove useless assignment
authorAndrea Claudi <aclaudi@redhat.com>
Sat, 7 Aug 2021 16:58:02 +0000 (18:58 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 11 Aug 2021 03:01:54 +0000 (20:01 -0700)
commitd1eacf12b58eb9907dc071f32238388ef3e254c0
tree67f88ef9906e55999f73e74f5a31527f0b318aab
parent50a412702252ba29524b860df6c30d14f03cd34a
lib: bpf_glue: remove useless assignment

The value of s used inside the cycle is the result of strstr(), so this
assignment is useless.

Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
lib/bpf_glue.c