diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-19 14:48:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-19 14:48:28 +0000 |
commit | a53c3f2098c0d567dff7f72637e4ce4e75ed4674 (patch) | |
tree | 31694563cf6f8c8a3bf91cd06db1710af478683c /net/gatekeeper/files/patch-Routing-cxx | |
parent | - Update to 0.0.2_0 (diff) |
- Update to 2.2.8
PR: 154864
Submitted by: Bourne-again Superuser <toor@arwen.ics.muni.cz>
Notes
Notes:
svn path=/head/; revision=269358
Diffstat (limited to 'net/gatekeeper/files/patch-Routing-cxx')
-rw-r--r-- | net/gatekeeper/files/patch-Routing-cxx | 12 |
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) { |