Closed #3833 as not planned.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3833#event-13734917908
You are receiving this because you commented.
Message ID: ___
Kamailio (SER) - Development Mailing Lis
> Somehow this got out of focus, but reviewing agan, I can't see how this is
> working unless kamailio is started with:
>
> ```
> modparam("siptrace", "trace_to_database", 1)
> ```
>
> so every Kamailio worker process get the connection to database initialized
> at startup. Then tracing to data
@miconda regarding to this change
```
- *from = &si->su;
+ memcpy(*from, &si->su, sockaddru_len(si->su));
```
This change is made within the function `find_listening_sock_info`. The
function declaration looks as follows:
```
inline static int find_liste
Module: kamailio
Branch: master
Commit: 5b2e4d38ac3da8693044aa64c1d4e73595d061cf
URL:
https://github.com/kamailio/kamailio/commit/5b2e4d38ac3da8693044aa64c1d4e73595d061cf
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-08-01T12:28:01+02:00
Makefile.defs: set -pt