Fix parameter for DNS search stuff from ifcfg files
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3476 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -325,7 +325,7 @@ done:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* DNS searches */
|
/* DNS searches */
|
||||||
value = svGetValue (ifcfg, "DOMAIN_SEARCHES");
|
value = svGetValue (ifcfg, "SEARCH");
|
||||||
if (value) {
|
if (value) {
|
||||||
char **searches = NULL;
|
char **searches = NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user