summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2016-02-18 11:21:42 -0500
committerThomas Markwalder <tmark@isc.org>2016-02-18 11:21:42 -0500
commit45086eef45e6abf1937468820f71d1fbdba5f8e8 (patch)
treefb4bbe4f27ef7808dd5663cf640f43ef7e39b07a /common
parent0ba7d5fc15bb057f0cc9afa2e321756e901df269 (diff)
downloadisc-dhcp-45086eef45e6abf1937468820f71d1fbdba5f8e8.tar.gz
[master] Fixed several minor Coverity issues
Merges in rt35144.
Diffstat (limited to 'common')
-rw-r--r--common/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/options.c b/common/options.c
index 74f1fb54..5abccf89 100644
--- a/common/options.c
+++ b/common/options.c
@@ -3,7 +3,7 @@
DHCP options parsing and reassembly. */
/*
- * Copyright (c) 2004-2012,2014-2015 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
@@ -4344,7 +4344,7 @@ void parse_vendor_option(packet, lease, client_state, in_options,
return;
memset(&name, 0, sizeof(name));
- evaluate_option_cache(&name, packet, lease, client_state,
+ (void) evaluate_option_cache(&name, packet, lease, client_state,
in_options, out_options, scope, oc, MDL);
/* No name, all done */