mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 08:00:15 +01:00
core: fix warning about unused variable
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
f668423832
commit
5b449631de
1 changed files with 1 additions and 1 deletions
|
|
@ -337,9 +337,9 @@ get_property (GObject *object, guint property_id,
|
|||
static void
|
||||
nm_connectivity_init (NMConnectivity *self)
|
||||
{
|
||||
#if WITH_CONCHECK
|
||||
NMConnectivityPrivate *priv = NM_CONNECTIVITY_GET_PRIVATE (self);
|
||||
|
||||
#if WITH_CONCHECK
|
||||
priv->soup_session = soup_session_async_new_with_options (SOUP_SESSION_TIMEOUT, 15, NULL);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue