summaryrefslogtreecommitdiff
path: root/net/gatekeeper/files/patch-Routing-cxx
diff options
context:
space:
mode:
Diffstat (limited to 'net/gatekeeper/files/patch-Routing-cxx')
-rw-r--r--net/gatekeeper/files/patch-Routing-cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/gatekeeper/files/patch-Routing-cxx b/net/gatekeeper/files/patch-Routing-cxx
deleted file mode 100644
index 900c61657b21..000000000000
--- a/net/gatekeeper/files/patch-Routing-cxx
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN gatekeeper.old/work/gnugk-2.2.4/Routing.cxx gatekeeper/work/gnugk-2.2.4/Routing.cxx
---- Routing.cxx.old 2006-05-24 14:04:42.000000000 -0400
-+++ Routing.cxx 2008-01-05 22:25:51.000000000 -0500
-@@ -966,7 +966,7 @@
- for (PINDEX i = 0; i < kv.GetSize(); i++) {
- const PString &val = kv.GetDataAt(i);
-
-- m_prefixes[i].m_prefix = kv.GetKeyAt(i);
-+ m_prefixes[i].m_prefix = string((const char*)(kv.GetKeyAt(i)));
-
- const PINDEX sepIndex = val.Find(':');
- if (sepIndex == P_MAX_INDEX) {