]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
options: Fix a static analysis error
authorRoy Marples <roy@marples.name>
Mon, 22 Jul 2019 10:49:54 +0000 (11:49 +0100)
committerRoy Marples <roy@marples.name>
Mon, 22 Jul 2019 10:49:54 +0000 (11:49 +0100)
commit70c3bba36d8ac4597f0c4d38bbe3b624f9aa14a9
tree6f497cc67d14a75da1f2e2204222181afcb34221
parente15521d12272222e3b772ef0713022fba84988bc
options: Fix a static analysis error

Can't actually happen because the string doesn't change and the
result is already checked above. However, it's pretty harmless to
add.
src/if-options.c