summaryrefslogtreecommitdiff
path: root/net/openh323
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2001-06-19 11:23:28 +0000
committerRoger Hardiman <roger@FreeBSD.org>2001-06-19 11:23:28 +0000
commitc57aa9a1ef1174ea017ab26a8bf9a9b35d3e205d (patch)
treea639ecfb79a3aa3af26516e96e7121abcc4d5cc6 /net/openh323
parentClean up dependency chains after moving gtkhtml/gal inside the (diff)
Patch to fix Capabilities are the same bug, often reported in OpenMCU
Notes
Notes: svn path=/head/; revision=44214
Diffstat (limited to 'net/openh323')
-rw-r--r--net/openh323/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/openh323/files/patch-ab b/net/openh323/files/patch-ab
new file mode 100644
index 000000000000..61f7fc76c7e9
--- /dev/null
+++ b/net/openh323/files/patch-ab
@@ -0,0 +1,19 @@
+*** src/h323caps.cxx.orig Tue Jun 19 11:59:12 2001
+--- src/h323caps.cxx Tue Jun 19 12:12:18 2001
+*************** BOOL H323Capabilities::IsAllowed(const H
+*** 1698,1704 ****
+
+ BOOL H323Capabilities::IsAllowed(const unsigned a_capno1, const unsigned a_capno2)
+ {
+! PAssert((a_capno1 == a_capno2),"Capabilities are the same");
+ if (a_capno1 == a_capno2)
+ return TRUE;
+
+--- 1698,1704 ----
+
+ BOOL H323Capabilities::IsAllowed(const unsigned a_capno1, const unsigned a_capno2)
+ {
+! PAssert((a_capno1 != a_capno2),"Capabilities are the same");
+ if (a_capno1 == a_capno2)
+ return TRUE;
+