mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 06:28:05 +02:00
trivial: fix comment
This commit is contained in:
parent
d208bbd4c4
commit
8ae173635d
1 changed files with 1 additions and 1 deletions
|
|
@ -859,7 +859,7 @@ companion_scan_allowed_cb (NMDeviceWifi *companion, gpointer user_data)
|
|||
|
||||
g_object_get (G_OBJECT (self), NM_DEVICE_INTERFACE_STATE, &state, NULL);
|
||||
|
||||
/* Don't allow the companion to scan while configure the mesh interface */
|
||||
/* Don't allow the companion to scan while configuring the mesh interface */
|
||||
return (state < NM_DEVICE_STATE_PREPARE) || (state > NM_DEVICE_STATE_IP_CONFIG);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue