linbpq/debian/patches/secure-by-default.patch

11 lines
209 B
Diff
Raw Normal View History

2024-07-03 10:02:44 +01:00
--- a/TelnetV6.c
+++ b/TelnetV6.c
2024-08-30 12:35:44 +01:00
@@ -427,6 +427,7 @@
TCP->IPV4 = TRUE;
2024-08-30 10:16:14 +01:00
TCP->SecureTelnet = 1;
strcpy(TCP->CMSServer, "cms.winlink.org");
+ TCP->SecureTelnet = 1;
}
TNC = TNCInfo[Port];