mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-11-23 08:44:35 +00:00
getv4: Value stored to 'dst' is never read
This commit is contained in:
@ -271,8 +271,8 @@ getv4(const char *src, unsigned char *dst, int *bitsp)
|
||||
return (0);
|
||||
if (dst - odst > 3) /* too many octets? */
|
||||
return (0);
|
||||
*dst++ = (unsigned char)val;
|
||||
return (1);
|
||||
*dst = (unsigned char)val;
|
||||
return 1;
|
||||
}
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user