mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Fix 46312909d9 typo.
This commit is contained in:
@@ -2526,7 +2526,7 @@ static int one_opt(int option, char *arg, char *errstr, char *gen_err, int comma
|
||||
if (strlen(arg) != 16)
|
||||
ret_err(gen_err);
|
||||
char *p;
|
||||
for (*p = arg; *p; p++) {
|
||||
for (p = arg; *p; p++) {
|
||||
if (!isxdigit((int)*p))
|
||||
ret_err(gen_err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user