Patch TelnetV6 to build
This commit is contained in:
parent
d5f8de2e8f
commit
84b34add07
22
debian/patches/0003-Patch-TelnetV6-incorrect-function-call-to-facilitate.patch
vendored
Normal file
22
debian/patches/0003-Patch-TelnetV6-incorrect-function-call-to-facilitate.patch
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
From: Dave Hibberd <hibby@debian.org>
|
||||||
|
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();
|
||||||
|
|
||||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
spelling-fixes.patch
|
spelling-fixes.patch
|
||||||
makefile
|
makefile
|
||||||
|
0003-Patch-TelnetV6-incorrect-function-call-to-facilitate.patch
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue