@joelbax commented on this pull request.
@@ -29,6 +29,12 @@
#include
"redis_dbase.h"
#include "redis_table.h"
+#ifdef WITH_SSL
+int db_redis_opt_tls = 0;
+char *ca_path = 0;
+#endif
+char *db_pass = 0;
Very good point! Thank you very much.
Done.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3477#discussion_r1226516699
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3477/review/1474696979(a)github.com>