mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 09:58:07 +02:00
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:
parent
939fb5931f
commit
343ac83c33
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue