blob: a5a4ddbde18300a6dcff41b57f9a05b48eb33329 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- pptpmanager.c.orig Sun Sep 8 10:35:53 2002
+++ pptpmanager.c Sun Sep 8 10:36:05 2002
@@ -72,15 +72,15 @@
char pppLocal[16];
};
-/* option for timeout on starting ctrl connection */
-int pptp_stimeout = STIMEOUT_DEFAULT;
-
/* global for signal handler */
static struct callArray clientArray[MAX_CONNECTIONS];
/* from IP parser */
extern int maxConnections;
#endif
+
+/* option for timeout on starting ctrl connection */
+int pptp_stimeout = STIMEOUT_DEFAULT;
/* local function prototypes */
static void connectCall(int clientSocket, int clientNumber);
|