aboutsummaryrefslogtreecommitdiffstats
path: root/net/openh323-112
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2001-06-19 19:23:28 +0800
committerroger <roger@FreeBSD.org>2001-06-19 19:23:28 +0800
commit0dc8160a322e7b4ecaaab269a79e52b85fdbdbd5 (patch)
tree82fc934bba57f205c93fb28d51a6db346c4ac35b /net/openh323-112
parentbd19e1a68b8ed08a41e8c54fd446db6f9f845e20 (diff)
downloadfreebsd-ports-gnome-0dc8160a322e7b4ecaaab269a79e52b85fdbdbd5.tar.gz
freebsd-ports-gnome-0dc8160a322e7b4ecaaab269a79e52b85fdbdbd5.tar.zst
freebsd-ports-gnome-0dc8160a322e7b4ecaaab269a79e52b85fdbdbd5.zip
Patch to fix Capabilities are the same bug, often reported in OpenMCU
Diffstat (limited to 'net/openh323-112')
-rw-r--r--net/openh323-112/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/openh323-112/files/patch-ab b/net/openh323-112/files/patch-ab
new file mode 100644
index 000000000000..61f7fc76c7e9
--- /dev/null
+++ b/net/openh323-112/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;
+