Fix ONBOOT key name

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3255 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2008-01-19 15:40:06 +00:00
parent 939fb5931f
commit 343ac83c33

View file

@ -100,7 +100,7 @@ make_connection_setting (const char *file,
s_con->type = g_strdup (type);
/* Be somewhat conservative about autoconnect */
if (svTrueValue (ifcfg, "ON_BOOT", FALSE))
if (svTrueValue (ifcfg, "ONBOOT", FALSE))
s_con->autoconnect = TRUE;
return (NMSetting *) s_con;