From 84b34add078123d4f86adc421796d4420f283721 Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Tue, 23 Dec 2025 16:39:54 +0000 Subject: [PATCH] Patch TelnetV6 to build --- ...ncorrect-function-call-to-facilitate.patch | 22 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 23 insertions(+) create mode 100644 debian/patches/0003-Patch-TelnetV6-incorrect-function-call-to-facilitate.patch diff --git a/debian/patches/0003-Patch-TelnetV6-incorrect-function-call-to-facilitate.patch b/debian/patches/0003-Patch-TelnetV6-incorrect-function-call-to-facilitate.patch new file mode 100644 index 0000000..9949f6a --- /dev/null +++ b/debian/patches/0003-Patch-TelnetV6-incorrect-function-call-to-facilitate.patch @@ -0,0 +1,22 @@ +From: Dave Hibberd +Date: Tue, 23 Dec 2025 16:39:02 +0000 +Subject: Patch TelnetV6 incorrect function call to facilitate build Reported + upstream via discord + +--- + TelnetV6.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/TelnetV6.c b/TelnetV6.c +index 332e843..637887e 100644 +--- a/TelnetV6.c ++++ b/TelnetV6.c +@@ -1445,7 +1445,7 @@ void * TelnetExtInit(EXTPORTDATA * PortEntry) + } + */ + +- DeleteTelnetLogFiles(LogAge); ++ DeleteTelnetLogFiles(); + + initUTF8(); + diff --git a/debian/patches/series b/debian/patches/series index 6c01fdf..d3e986e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ spelling-fixes.patch makefile +0003-Patch-TelnetV6-incorrect-function-call-to-facilitate.patch