From 0 Mon Sep 17 00:00:00 2001 From: Mikhail Efremov Date: Thu, 25 Oct 2012 17:23:38 +0400 Subject: [PATCH 15] Drop garbage char. Applied dhcp-4.2.0-garbage-chars.patch from Fedora. diff --git a/dhcp/common/tables.c b/dhcp/common/tables.c index defaced..defaced 100644 --- a/dhcp/common/tables.c +++ b/dhcp/common/tables.c @@ -222,7 +222,7 @@ static struct option dhcp_options[] = { { "name-service-search", "Sa", &dhcp_universe, 117, 1 }, #endif { "subnet-selection", "I", &dhcp_universe, 118, 1 }, - { "domain-search", "Dc", &dhcp_universe, 119, 1 }, + { "domain-search", "D", &dhcp_universe, 119, 1 }, { "vivco", "Evendor-class.", &dhcp_universe, 124, 1 }, { "vivso", "Evendor.", &dhcp_universe, 125, 1 }, #if 0