~smoser/ubuntu/oneiric/openvpn/lp-794916

« back to all changes in this revision

Viewing changes to debian/patches/attemping_typo

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2008-07-23 10:38:13 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723103813-axq5wohvwjr4jo0s
Tags: 2.1~rc8-1
* New upstream version
* Added Build-dep on libpkcs11-helper1 to re-enable PKCS#11
  support. Sorry for the delay Florian :) (Closes: #475353)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: openvpn-2.1_rc8/socket.c
 
2
===================================================================
 
3
--- openvpn-2.1_rc8.orig/socket.c       2008-07-23 10:42:07.281411832 +0200
 
4
+++ openvpn-2.1_rc8/socket.c    2008-07-23 10:45:48.034728872 +0200
 
5
@@ -1713,7 +1713,7 @@
 
6
 
 
7
       if (sb->len < 1 || sb->len > sb->maxlen)
 
8
        {
 
9
-         msg (M_WARN, "WARNING: Bad encapsulated packet length from peer (%d), which must be > 0 and <= %d -- please ensure that --tun-mtu or --link-mtu is equal on both peers -- this condition could also indicate a possible active attack on the TCP link -- [Attemping restart...]", sb->len, sb->maxlen);
 
10
+         msg (M_WARN, "WARNING: Bad encapsulated packet length from peer (%d), which must be > 0 and <= %d -- please ensure that --tun-mtu or --link-mtu is equal on both peers -- this condition could also indicate a possible active attack on the TCP link -- [Attempting restart...]", sb->len, sb->maxlen);
 
11
          stream_buf_reset (sb);
 
12
          sb->error = true;
 
13
          return false;