[NetworkManager-fortisslvpn] service: remove forgotten hardcoded timeout



commit f52de8fc150836f4a4d36289bc80a63e5f5b261a
Author: Dimitrios Apostolou <jimis qt io>
Date:   Tue Nov 24 14:52:32 2020 +0100

    service: remove forgotten hardcoded timeout
    
    The related code was removed in 9dbb1c8ae27d848b269fda7ff7712a10d3600ab2.
    
    https://gitlab.gnome.org/GNOME/NetworkManager-fortisslvpn/-/merge_requests/22

 src/nm-fortisslvpn-service.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/nm-fortisslvpn-service.c b/src/nm-fortisslvpn-service.c
index 707447e..6a4344c 100644
--- a/src/nm-fortisslvpn-service.c
+++ b/src/nm-fortisslvpn-service.c
@@ -84,8 +84,6 @@ typedef struct {
 
 #define NM_FORTISSLVPN_PLUGIN_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), NM_TYPE_FORTISSLVPN_PLUGIN, 
NMFortisslvpnPluginPrivate))
 
-#define NM_FORTISSLVPN_WAIT_PPPD 10000 /* 10 seconds */
-
 #define _NMLOG(level, ...) \
     G_STMT_START { \
          if (gl.log_level >= (level)) { \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]