Module: kamailio Branch: master Commit: ef53fdeb33a6158801c52f522a1398abd3777324 URL: https://github.com/kamailio/kamailio/commit/ef53fdeb33a6158801c52f522a1398abd3777324
Author: Mikko Lehto <[email protected]> Committer: Victor Seva <[email protected]> Date: 2025-09-19T17:41:14+02:00 core: socket_info - fix typo in log message --- Modified: src/core/socket_info.c --- Diff: https://github.com/kamailio/kamailio/commit/ef53fdeb33a6158801c52f522a1398abd3777324.diff Patch: https://github.com/kamailio/kamailio/commit/ef53fdeb33a6158801c52f522a1398abd3777324.patch --- diff --git a/src/core/socket_info.c b/src/core/socket_info.c index dac3f08a6e6..0041ea991da 100644 --- a/src/core/socket_info.c +++ b/src/core/socket_info.c @@ -485,7 +485,7 @@ int socketinfo2str(char *s, int *len, struct socket_info *si, int mode) l += 2; if(*len < l) { - LM_ERR("Destionation buffer too short\n"); + LM_ERR("Destination buffer too short\n"); *len = l; return -1; } _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
