Pre-Submission Checklist

Type Of Change

Checklist:

Description

module: tm
kemi proto relay functions fails on TLS
Functions: ki_t_relay_to_proto and ki_t_relay_to_proto_addr.
It's a simple fix, Just added a missing equal zero (== 0) on strncasecmp to TLS test to validate.

} else if (strncasecmp(sproto->s, "TLS", 3) == 0) {


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/3110

Commit Summary

File Changes

(101 files)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3110@github.com>