mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 04:18:07 +02: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
|
static void
|
||||||
nm_connectivity_init (NMConnectivity *self)
|
nm_connectivity_init (NMConnectivity *self)
|
||||||
{
|
{
|
||||||
|
#if WITH_CONCHECK
|
||||||
NMConnectivityPrivate *priv = NM_CONNECTIVITY_GET_PRIVATE (self);
|
NMConnectivityPrivate *priv = NM_CONNECTIVITY_GET_PRIVATE (self);
|
||||||
|
|
||||||
#if WITH_CONCHECK
|
|
||||||
priv->soup_session = soup_session_async_new_with_options (SOUP_SESSION_TIMEOUT, 15, NULL);
|
priv->soup_session = soup_session_async_new_with_options (SOUP_SESSION_TIMEOUT, 15, NULL);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue