~ubuntu-branches/ubuntu/utopic/network-manager-openvpn/utopic

« back to all changes in this revision

Viewing changes to debian/patches/04_increase_timeout.diff

  • Committer: Bazaar Package Importer
  • Author(s): Sean Finney
  • Date: 2008-08-20 23:37:52 UTC
  • Revision ID: james.westby@ubuntu.com-20080820233752-4kqba78beud26iz6
Tags: 0.3.2svn2855-1.1
* Non-maintainer upload.
* Pass --script-security 2 to openvpn, to fix breakage resulting from
  additional security features in latest openvpn in unstable 
  (closes: #495055).  
  Patch: 08_nm-openvpn_script-security.diff 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: network-manager-openvpn/src/nm-openvpn-service.c
 
2
===================================================================
 
3
--- network-manager-openvpn.orig/src/nm-openvpn-service.c       2007-09-24 23:13:09.000000000 +0200
 
4
+++ network-manager-openvpn/src/nm-openvpn-service.c    2007-09-24 23:13:22.000000000 +0200
 
5
@@ -316,7 +316,7 @@
 
6
   g_return_if_fail (data != NULL);
 
7
 
 
8
   if (data->helper_timer == 0)
 
9
-    data->helper_timer = g_timeout_add (10000, (GSourceFunc) nm_openvpn_helper_timer_cb, data);
 
10
+    data->helper_timer = g_timeout_add (15000, (GSourceFunc) nm_openvpn_helper_timer_cb, data);
 
11
 }
 
12
 
 
13