ports/net/kamailio/files/patch-src_modules_db__unixodbc_connection.h
Boris Korzun 7ea9d312a0 net/kamailio: update to 5.8.5
Changelog: https://www.kamailio.org/pub/kamailio/5.8.5/ChangeLog

Also sanitised port:
* Removed DATABASE, DLGS, POSOPS and SWORKER options while build with them by default.
* Removed SECSIPID option while there's no the secsipidx library on a freebsd.

PR:		284732
2025-02-18 15:16:13 +01:00

11 lines
423 B
C

--- src/modules/db_unixodbc/connection.h.orig 2025-01-23 09:07:51 UTC
+++ src/modules/db_unixodbc/connection.h
@@ -83,7 +83,7 @@ struct my_con *db_unixodbc_new_connection(struct db_id
/*
* Close the connection and release memory
*/
-void db_unixodbc_free_connection(struct my_con *con);
+void db_unixodbc_free_connection(struct pool_con *con);
char *db_unixodbc_build_conn_str(const struct db_id *id, char *buf);