[Dnsmasq-discuss] [PATCH] Fix name change of a flag in comments
Pooyan Khanjankhani
pooyankhan at gmail.com
Tue Jun 23 10:57:29 UTC 2026
---
src/option.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/option.c b/src/option.c
index a11a341..3d63e32 100644
--- a/src/option.c
+++ b/src/option.c
@@ -2845,7 +2845,7 @@ static int one_opt(int option, char *arg, char *errstr, char *gen_err, int comma
break;
}
- case LOPT_CPE_ID: /* --add-dns-client */
+ case LOPT_CPE_ID: /* --add-cpe-id */
if (arg)
daemon->dns_client_id = opt_string_alloc(arg);
break;
--
2.54.0
More information about the Dnsmasq-discuss
mailing list