]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: (mkfds) don't specify a protocol in connect(2) for AF_PACKET socket
authorMasatake YAMATO <yamato@redhat.com>
Fri, 3 Mar 2023 06:48:44 +0000 (15:48 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sun, 5 Mar 2023 18:17:30 +0000 (03:17 +0900)
commitf85dc5034f9573be3b97c5c4faa8cace978b501a
treef5de9048223316c108acd8722c08e8df140ecc00
parent879e32179eac126bfe4856fc3fbc69721a626e32
tests: (mkfds) don't specify a protocol in connect(2) for AF_PACKET socket

The protocol is specified in socket(2) stage already.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/helpers/test_mkfds.c