Skip to content

Commit 4639984

Browse files
committed
Update function description for start_tls_proxy
In [1] the definition of the function was changed, adding the service name as first parameter. Since this seems to have caused failures in some plugins, at least update the function template accordingly. [1] Ifcba410f5969521e8b3d30f02795541c1661f83a Change-Id: I4d03957f8d3a18625f06379fb21aa7ba55e32797
1 parent c5aca3c commit 4639984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ EOF
487487
}
488488

489489
# Starts the TLS proxy for the given IP/ports
490-
# start_tls_proxy front-host front-port back-host back-port
490+
# start_tls_proxy service-name front-host front-port back-host back-port
491491
function start_tls_proxy {
492492
local b_service="$1-tls-proxy"
493493
local f_host=$2

0 commit comments

Comments
 (0)