Browse Source

Fix another typo

Christoph Biedl 7 years ago
parent
commit
d2995a9045
2 changed files with 12 additions and 1 deletions
  1. 11 0
      debian/patches/local.fix-typo-in-pptpd-help.patch
  2. 1 1
      debian/patches/series

+ 11 - 0
debian/patches/local.fix-typo-in-pptpd-help.patch

@@ -14,3 +14,14 @@ Forwarded: no
          printf("                           the specified interface (default is eth1).\n");
  #else
  #define OPT_BCRELAY ""
+--- a/ctrlpacket.c
++++ b/ctrlpacket.c
+@@ -319,7 +319,7 @@
+         /* Packet sanity check on magic cookie */
+         if (ntohl(header->magic) != PPTP_MAGIC_COOKIE) {
+                 /* Oops! Not a valid Control Message */
+-                syslog(LOG_ERR, "CTRL: Bad magic cookie - lost syncronization, closing control connection.");
++                syslog(LOG_ERR, "CTRL: Bad magic cookie - lost synchronization, closing control connection.");
+                 /* draft states loss of syncronization must result in
+                  * immediate closing of the control connection
+                  */

+ 1 - 1
debian/patches/series

@@ -8,4 +8,4 @@ cherry-pick.1.4.0-18-gd7b9552.fix-segfault-in-pptpctrl-argument-parser.patch
 # local modifications
 local.build_hardening-flags.patch
 local.build_plugin.patch
-local.fix-typo-in-pptpd-help.patch
+local.fix-typos.patch