mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
11 lines
423 B
C
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);
|
|
|