mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 11:18:28 +02:00
connectivity: add code comment to nm_connectivity_check_cb()
This commit is contained in:
parent
205c109741
commit
6cb5db60de
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ nm_connectivity_check_cb (SoupSession *session, SoupMessage *msg, gpointer user_
|
|||
const char *nm_header;
|
||||
|
||||
self = NM_CONNECTIVITY (g_async_result_get_source_object (G_ASYNC_RESULT (simple)));
|
||||
/* it is safe to unref @self here, @simple holds yet another reference. */
|
||||
g_object_unref (self);
|
||||
priv = NM_CONNECTIVITY_GET_PRIVATE (self);
|
||||
priv->pending_checks--;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue