mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Remove unused variable.
This commit is contained in:
committed by
Simon Kelley
parent
50a96b62f1
commit
28f04fd647
@@ -1366,8 +1366,6 @@ struct keydata *keydata_alloc(char *data, size_t len)
|
|||||||
|
|
||||||
size_t keydata_walk(struct keydata **key, unsigned char **p, size_t cnt)
|
size_t keydata_walk(struct keydata **key, unsigned char **p, size_t cnt)
|
||||||
{
|
{
|
||||||
size_t ret;
|
|
||||||
|
|
||||||
if (*p == NULL)
|
if (*p == NULL)
|
||||||
*p = (*key)->key;
|
*p = (*key)->key;
|
||||||
else if (*p == (*key)->key + KEYBLOCK_LEN)
|
else if (*p == (*key)->key + KEYBLOCK_LEN)
|
||||||
|
|||||||
Reference in New Issue
Block a user