mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 11:00:09 +01:00
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:
parent
37c767224a
commit
0daef72c82
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ done:
|
|||
}
|
||||
|
||||
/* DNS searches */
|
||||
value = svGetValue (ifcfg, "DOMAIN_SEARCHES");
|
||||
value = svGetValue (ifcfg, "SEARCH");
|
||||
if (value) {
|
||||
char **searches = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue