]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9662 #resolves [mod_opal] Fix version number in old OPAL error
authorDavid Matson <gitcoder@outlook.com>
Mon, 24 Oct 2016 19:10:21 +0000 (12:10 -0700)
committerDavid Matson <gitcoder@outlook.com>
Mon, 24 Oct 2016 19:14:24 +0000 (12:14 -0700)
src/mod/endpoints/mod_opal/mod_opal.h

index eaa24dfd841f4568432f4e770ee0e2cd44652de1..d0cec372ad7b95b2509f8811fe1096b998765aea 100644 (file)
@@ -39,7 +39,7 @@
 #endif
 
 #if !OPAL_CHECK_VERSION(3,12,8)
-  #error OPAL is too old to use, must be >= 2.12.8
+  #error OPAL is too old to use, must be >= 3.12.8
 #endif
 
 #include <ep/localep.h>