]> git.dujemihanovic.xyz Git - linux.git/commit
selftests: mptcp: fix error path
authorPaolo Abeni <pabeni@redhat.com>
Sat, 27 Jul 2024 09:04:02 +0000 (11:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Jul 2024 12:31:27 +0000 (13:31 +0100)
commit4a2f48992ddf4b8c2fba846c6754089edae6db5a
treebf3522c02a69e57db42ad703cfd7d00469c1b0fa
parentb5e2fb832f48bc01d937a053e0550a1465a2f05d
selftests: mptcp: fix error path

pm_nl_check_endpoint() currently calls an not existing helper
to mark the test as failed. Fix the wrong call.

Fixes: 03668c65d153 ("selftests: mptcp: join: rework detailed report")
Cc: stable@vger.kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/mptcp/mptcp_join.sh