libnm: fix copy & paste error in NMSettingVxlan properties

Fixes: 95dfd99afc
This commit is contained in:
Dan Williams 2016-02-05 16:18:05 -06:00
parent 04ec21ccc2
commit 2eabd61f7f

View file

@ -722,7 +722,7 @@ nm_setting_vxlan_class_init (NMSettingVxlanClass *setting_class)
* Since: 1.2
**/
g_object_class_install_property
(object_class, PROP_AGEING,
(object_class, PROP_LIMIT,
g_param_spec_uint (NM_SETTING_VXLAN_LIMIT, "", "",
0, G_MAXINT32, 0,
G_PARAM_READWRITE |