Module: kamailio Branch: master Commit: 9c6606d335a92b2ef75e106ee958e43cd9c2aff1 URL: https://github.com/kamailio/kamailio/commit/9c6606d335a92b2ef75e106ee958e43cd9c2aff1
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2026-01-22T12:06:07Z db_text: fix conflicting comment about db_mode --- Modified: src/modules/db_text/dbt_lib.h --- Diff: https://github.com/kamailio/kamailio/commit/9c6606d335a92b2ef75e106ee958e43cd9c2aff1.diff Patch: https://github.com/kamailio/kamailio/commit/9c6606d335a92b2ef75e106ee958e43cd9c2aff1.patch --- diff --git a/src/modules/db_text/dbt_lib.h b/src/modules/db_text/dbt_lib.h index be1e7027bc1..46f6b2d552a 100644 --- a/src/modules/db_text/dbt_lib.h +++ b/src/modules/db_text/dbt_lib.h @@ -49,7 +49,7 @@ /* * * Module parameters variables * */ -extern int db_mode; /* Database usage mode: 0 = no cache, 1 = cache */ +extern int db_mode; /* Database usage mode: 0 = cache, 1 = no cache */ extern int empty_string; /* If TRUE, an empty string is an empty string, otherwise NULL */ extern int _______________________________________________ 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!
