libnm-util: make NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME property TRUE by default (rh #488975)

That lets NM send a hostname to DHCP server without requiring the user
editing the parameter manually (there no GUI for this either).
This commit is contained in:
Jiří Klimeš 2011-02-01 16:47:04 +01:00
parent 626943887d
commit 9f28308460

View file

@ -950,7 +950,7 @@ nm_setting_ip4_config_class_init (NMSettingIP4ConfigClass *setting_class)
"the 'dhcp-hostname' property is empty and this "
"property is TRUE, the current persistent hostname "
"of the computer is sent.",
FALSE,
TRUE,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | NM_SETTING_PARAM_SERIALIZE));
/**