From 3453299d9dc7fe288d8d8ac057f370e056d244ca Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 15 Dec 2007 10:59:37 +0000 Subject: [PATCH] trivial fix in not (yet) used code --- common/conflex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/conflex.c b/common/conflex.c index 18a840d14..25767bf8d 100644 --- a/common/conflex.c +++ b/common/conflex.c @@ -1382,7 +1382,7 @@ intern(char *atom, enum dhcp_token dfv) { break; } if (!strcasecmp (atom + 1, "nauthenticated")) - return AUTHENTICATED; + return UNAUTHENTICATED; if (!strcasecmp (atom + 1, "pdated-dns-rr")) return UPDATED_DNS_RR; if (!strcasecmp (atom + 1, "pdate")) -- 2.47.3