From 0316aef1450e3a92f8cec1f5444bbd8953766433 Mon Sep 17 00:00:00 2001 From: Moritz Jodeit Date: Tue, 2 Aug 2005 18:26:50 +0000 Subject: add missing break; ok henning@ --- sbin/dhclient/conflex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sbin/dhclient/conflex.c') diff --git a/sbin/dhclient/conflex.c b/sbin/dhclient/conflex.c index 97eee35310b..5e601cc8490 100644 --- a/sbin/dhclient/conflex.c +++ b/sbin/dhclient/conflex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conflex.c,v 1.9 2005/07/26 19:14:57 krw Exp $ */ +/* $OpenBSD: conflex.c,v 1.10 2005/08/02 18:26:49 moritz Exp $ */ /* Lexical scanner for dhcpd config file... */ @@ -338,6 +338,7 @@ intern(char *atom, int dfv) return (BOOTING); if (!strcasecmp(atom + 1, "oot-unknown-clients")) return (BOOT_UNKNOWN_CLIENTS); + break; case 'c': if (!strcasecmp(atom + 1, "lass")) return (CLASS); -- cgit v1.2.3