mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-26 14:40:46 +01:00
devices: fix a small bug in earlier commit that causes warnings
This commit is contained in:
parent
a1dde9b516
commit
1dac0722d1
1 changed files with 1 additions and 1 deletions
|
|
@ -5005,7 +5005,7 @@ nm_device_class_init (NMDeviceClass *klass)
|
|||
"IP Interface",
|
||||
"IP Interface",
|
||||
NULL,
|
||||
G_PARAM_READABLE | G_PARAM_CONSTRUCT_ONLY));
|
||||
G_PARAM_READABLE));
|
||||
|
||||
g_object_class_install_property
|
||||
(object_class, PROP_DRIVER,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue