mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 11:58:12 +02:00
core/trivial: add FIXME comment about uncancellable async action
(cherry picked from commit 80b95f8b5f)
This commit is contained in:
parent
9c137d7e42
commit
33d33be6af
1 changed files with 3 additions and 0 deletions
|
|
@ -4317,6 +4317,9 @@ impl_manager_activate_connection (NMManager *self,
|
||||||
if (!active)
|
if (!active)
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
|
/* FIXME: nm_active_connection_authorize() is not cancellable,
|
||||||
|
* and we pass on the only reference to @active. This construct
|
||||||
|
* is unsuitable for a coordinated shutdown. */
|
||||||
nm_active_connection_authorize (g_steal_pointer (&active),
|
nm_active_connection_authorize (g_steal_pointer (&active),
|
||||||
NULL,
|
NULL,
|
||||||
_activation_auth_done,
|
_activation_auth_done,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue