]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fixed bug in loopback self-test introduced
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Thu, 14 Sep 2006 02:42:12 +0000 (02:42 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Thu, 14 Sep 2006 02:42:12 +0000 (02:42 +0000)
in 2.1-beta15 where self test as invoked by
"make check" would not properly exit after
2 minutes (Paul Howarth).

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1230 e7ae566f-a301-0410-adde-c780ea21d3b5

sample-config-files/loopback-client
sample-config-files/loopback-server

index 549976372f80b10a9e5fe523f38e32956436a314..d7f59e69dbc6e61d2e686f41108bb74a760b203e 100644 (file)
@@ -22,4 +22,4 @@ key sample-keys/client.key
 cert sample-keys/client.crt
 cipher DES-EDE3-CBC
 ping 1
-inactive 120
+inactive 120 10000000
index d9fe506e7109fd64da45fbf1f62a448cde62657f..9d21bcec42209125704a349439ebf8f4fe44125d 100644 (file)
@@ -23,4 +23,4 @@ key sample-keys/server.key
 cert sample-keys/server.crt
 cipher DES-EDE3-CBC
 ping 1
-inactive 120
+inactive 120 10000000