]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
dev: Don't fail to start if we cannot open the dev plugin path
authorRoy Marples <roy@marples.name>
Wed, 8 Nov 2023 14:27:36 +0000 (14:27 +0000)
committerRoy Marples <roy@marples.name>
Fri, 10 Nov 2023 11:04:22 +0000 (11:04 +0000)
commit10648146678045aafad2f53b305dfb99eb905c86
tree8347b9c05ca0eeadd5be3e07a0d6896637b4c9e4
parentc32c88b642b8c65eb68b505e0783fd46b57fc6fa
dev: Don't fail to start if we cannot open the dev plugin path

We accidently returned stdin fd in this case - return -1 instead.
src/dev.c