diff options
-rw-r--r-- | net/opal/files/patch-ab | 19 | ||||
-rw-r--r-- | net/opal3/files/patch-ab | 19 | ||||
-rw-r--r-- | net/openh323-112/files/patch-ab | 19 | ||||
-rw-r--r-- | net/openh323/files/patch-ab | 19 |
4 files changed, 76 insertions, 0 deletions
diff --git a/net/opal/files/patch-ab b/net/opal/files/patch-ab new file mode 100644 index 000000000000..61f7fc76c7e9 --- /dev/null +++ b/net/opal/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; + diff --git a/net/opal3/files/patch-ab b/net/opal3/files/patch-ab new file mode 100644 index 000000000000..61f7fc76c7e9 --- /dev/null +++ b/net/opal3/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; + 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; + 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; + |