Module: kamailio
Branch: master
Commit: 7c1b33cfdc8f2c613644d561dc3738c697217efb
URL: 
https://github.com/kamailio/kamailio/commit/7c1b33cfdc8f2c613644d561dc3738c697217efb

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@gmail.com>
Date: 2018-07-06T15:18:00+02:00

mohqueue: replaced SER_VER with VERSIONVAL

---

Modified: src/modules/mohqueue/mohq_common.h

---

Diff:  
https://github.com/kamailio/kamailio/commit/7c1b33cfdc8f2c613644d561dc3738c697217efb.diff
Patch: 
https://github.com/kamailio/kamailio/commit/7c1b33cfdc8f2c613644d561dc3738c697217efb.patch

---

diff --git a/src/modules/mohqueue/mohq_common.h 
b/src/modules/mohqueue/mohq_common.h
index 1f1c349666..ed6adf8044 100644
--- a/src/modules/mohqueue/mohq_common.h
+++ b/src/modules/mohqueue/mohq_common.h
@@ -27,7 +27,7 @@
 
 #include "../rr/api.h"
 
-#if SER_VER < 5000000
+#if VERSIONVAL < 5000000
 #include "../../data_lump.h"
 #include "../../data_lump_rpl.h"
 #include "../../dprint.h"
@@ -127,4 +127,4 @@
 #define MOHQ_HEADER_EMPTY( hdr1 ) \
        ((hdr1) == NULL || MOHQ_STR_EMPTY( &(hdr1)->body ))
 
-#endif /* MOHQ_COMMON_H */
\ No newline at end of file
+#endif /* MOHQ_COMMON_H */


_______________________________________________
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to