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:
Robert Love
2006-05-15 14:21:13 +00:00
parent 907ebe5876
commit e68fabc5ea

View File

@@ -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;