@oej commented on this pull request.


In src/modules/tls/tls_select.c:

> @@ -318,7 +318,7 @@ static int get_version(str* res, sip_msg_t* msg)
 	res->s = buf;
 	res->len = version.len;
 	tcpconn_put(c);
-        return 0;
+		return 0;

Bad whitespace?


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/3408/review/1364634313@github.com>