diff --git a/system-settings/plugins/ifcfg-fedora/parser.c b/system-settings/plugins/ifcfg-fedora/parser.c index 48ab2700bc..b0c65a00d0 100644 --- a/system-settings/plugins/ifcfg-fedora/parser.c +++ b/system-settings/plugins/ifcfg-fedora/parser.c @@ -325,7 +325,7 @@ done: } /* DNS searches */ - value = svGetValue (ifcfg, "DOMAIN_SEARCHES"); + value = svGetValue (ifcfg, "SEARCH"); if (value) { char **searches = NULL;