diff options
Diffstat (limited to 'net/opal/files/patch-include_h323_h323ep.h')
-rw-r--r-- | net/opal/files/patch-include_h323_h323ep.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/opal/files/patch-include_h323_h323ep.h b/net/opal/files/patch-include_h323_h323ep.h deleted file mode 100644 index e23545ad0e3b..000000000000 --- a/net/opal/files/patch-include_h323_h323ep.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/h323/h323ep.h.orig 2013-02-20 06:18:14.000000000 +0400 -+++ include/h323/h323ep.h 2018-07-31 01:18:14.180154000 +0300 -@@ -145,7 +145,7 @@ - OpalCall & call, ///< Owner of connection - const PString & party, ///< Remote party to call - void * userData = NULL, ///< Arbitrary data to pass to connection -- unsigned int options = NULL, ///< options to pass to conneciton -+ unsigned int options = 0, ///< options to pass to conneciton - OpalConnection::StringOptions * stringOptions = NULL - ); - //@} |