core/trivial: add FIXME comment about uncancellable async action

This commit is contained in:
Thomas Haller 2018-02-05 15:57:32 +01:00
parent 0df3837656
commit 80b95f8b5f

View file

@ -4315,6 +4315,9 @@ impl_manager_activate_connection (NMManager *self,
if (!active)
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),
NULL,
_activation_auth_done,