diff options
author | Francis Dupont <fdupont@isc.org> | 2007-12-15 10:59:37 +0000 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2007-12-15 10:59:37 +0000 |
commit | 3453299d9dc7fe288d8d8ac057f370e056d244ca (patch) | |
tree | cc6a2426bd7fb26541ae679cf2fe988231f46f3d | |
parent | 99363a74147922ac94a57dced75b2c9b20e7c77b (diff) | |
download | isc-dhcp-3453299d9dc7fe288d8d8ac057f370e056d244ca.tar.gz |
trivial fix in not (yet) used code
-rw-r--r-- | common/conflex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/conflex.c b/common/conflex.c index 18a840d1..25767bf8 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")) |