[sr-dev] git:master:8dc82f3a: db_perlvdb: remove inline to functions that break the symbol linking

Daniel-Constantin Mierla miconda at gmail.com
Sat Dec 9 13:51:45 CET 2017


Module: kamailio
Branch: master
Commit: 8dc82f3ac87502dcf149f7b46367bfc3c45f2621
URL: https://github.com/kamailio/kamailio/commit/8dc82f3ac87502dcf149f7b46367bfc3c45f2621

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2017-12-09T13:50:34+01:00

db_perlvdb: remove inline to functions that break the symbol linking

---

Modified: src/modules/db_perlvdb/perlvdb_conv.c

---

Diff:  https://github.com/kamailio/kamailio/commit/8dc82f3ac87502dcf149f7b46367bfc3c45f2621.diff
Patch: https://github.com/kamailio/kamailio/commit/8dc82f3ac87502dcf149f7b46367bfc3c45f2621.patch

---

diff --git a/src/modules/db_perlvdb/perlvdb_conv.c b/src/modules/db_perlvdb/perlvdb_conv.c
index 52a145c673..c3f1e6800b 100644
--- a/src/modules/db_perlvdb/perlvdb_conv.c
+++ b/src/modules/db_perlvdb/perlvdb_conv.c
@@ -92,7 +92,7 @@ AV *keys2perlarray(db_key_t* keys, int n) {
 	return array;
 }
 
-inline SV *valdata(db_val_t* val) {
+SV *valdata(db_val_t* val) {
 	SV *data = &PL_sv_undef;
 	const char* stringval;
 




More information about the sr-dev mailing list