mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-15 10:20:30 +01:00
connectivity: add code comment to nm_connectivity_check_cb()
(cherry picked from commit 6cb5db60de)
This commit is contained in:
parent
1d8a2a2662
commit
72d06eb9c8
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