summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Gonzalez Iniesta <agi@inittab.org>2012-02-23 17:39:15 +0100
committerAlberto Gonzalez Iniesta <agi@inittab.org>2012-02-23 17:39:15 +0100
commit2a387757fe07e2dd6d80c1da4f7c0c945e6fdf83 (patch)
tree45af76f8e7baf8e48e5593636f9c8044205b8599
parent4f460c0ea0b089760deb2a4420a0931b9841f1ad (diff)
Fix spelling error in occ.c
-rw-r--r--debian/patches/accommodate_typo.patch13
-rw-r--r--debian/patches/series1
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/accommodate_typo.patch b/debian/patches/accommodate_typo.patch
new file mode 100644
index 0000000..1768af1
--- /dev/null
+++ b/debian/patches/accommodate_typo.patch
@@ -0,0 +1,13 @@
+Index: openvpn/occ.c
+===================================================================
+--- openvpn.orig/occ.c 2012-02-23 17:35:52.609808455 +0100
++++ openvpn/occ.c 2012-02-23 17:37:34.086311649 +0100
+@@ -373,7 +373,7 @@
+ && c->c2.max_send_size_local > TUN_MTU_MIN
+ && (c->c2.max_recv_size_remote < c->c2.max_send_size_local
+ || c->c2.max_recv_size_local < c->c2.max_send_size_remote))
+- msg (M_INFO, "NOTE: This connection is unable to accomodate a UDP packet size of %d. Consider using --fragment or --mssfix options as a workaround.",
++ msg (M_INFO, "NOTE: This connection is unable to accommodate a UDP packet size of %d. Consider using --fragment or --mssfix options as a workaround.",
+ c->c2.max_send_size_local);
+ }
+ event_timeout_clear (&c->c2.occ_mtu_load_test_interval);
diff --git a/debian/patches/series b/debian/patches/series
index ca7faac..e2cfed6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ jjo-ipv6-support.patch
route_default_nil.patch
ipv6-payload.patch
kfreebsd_support.patch
+accommodate_typo.patch