diff options
Diffstat (limited to 'net/openh323proxy/files/patch-aa')
-rw-r--r-- | net/openh323proxy/files/patch-aa | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/openh323proxy/files/patch-aa b/net/openh323proxy/files/patch-aa deleted file mode 100644 index 84f34173f555..000000000000 --- a/net/openh323proxy/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** Environ.cxx.orig Mon Jul 9 16:25:04 2001 ---- Environ.cxx Mon Jul 9 16:19:03 2001 -*************** static H225_SupportedPrefix GetPrefix( c -*** 75,81 **** - { - H225_SupportedPrefix Result; - -! Result.m_prefix.SetTag( H225_AliasAddress::e_e164 ); - PASN_IA5String & IA5 = (PASN_IA5String &)Result.m_prefix; - IA5 = PrefixStr; - ---- 80,86 ---- - { - H225_SupportedPrefix Result; - -! Result.m_prefix.SetTag( H225_AliasAddress::e_dialedDigits ); - PASN_IA5String & IA5 = (PASN_IA5String &)Result.m_prefix; - IA5 = PrefixStr; - |