mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 20:30:13 +01:00
src/backends/NetworkManagerSuSE.c: The var is in dhcp, not config.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1735 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
907ebe5876
commit
e68fabc5ea
1 changed files with 1 additions and 1 deletions
|
|
@ -1251,7 +1251,7 @@ gboolean nm_system_should_modify_resolv_conf (void)
|
|||
shvarFile *file;
|
||||
gboolean ret = TRUE;
|
||||
|
||||
name = g_strdup_printf (SYSCONFDIR"/sysconfig/network/config");
|
||||
name = g_strdup_printf (SYSCONFDIR"/sysconfig/network/dhcp");
|
||||
file = svNewFile (name);
|
||||
if (!file)
|
||||
goto out_gfree;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue