summaryrefslogtreecommitdiffstats
path: root/src/if-bsd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-08-21 17:16:12 +0100
committerRoy Marples <roy@marples.name>2019-08-21 17:16:12 +0100
commit9e3447091382350a9fac42c1b9eaee456ed1bb3e (patch)
treed144e298b25af5901ffbbe4b23725f4b9fb30522 /src/if-bsd.c
parent902f076ef6617d277ab32c35481343a8c1e8463d (diff)
downloaddhcpcd-9e3447091382350a9fac42c1b9eaee456ed1bb3e.tar.xz
BSD: Dismiss a coverity error
Diffstat (limited to 'src/if-bsd.c')
-rw-r--r--src/if-bsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if-bsd.c b/src/if-bsd.c
index a04f57ef..6d5531cb 100644
--- a/src/if-bsd.c
+++ b/src/if-bsd.c
@@ -1344,7 +1344,7 @@ if_handlelink(struct dhcpcd_ctx *ctx)
* at the end of the header, but seems to have no issues with the
* equivalent call in if_initrt.
*/
- /* coverity[tainted-data] */
+ /* coverity[tainted_data] */
return if_dispatch(ctx, &rtm.hdr);
}