]> git.corax.cc Git - toolbox/commit
utils/ipc-sshtunnel: Remove unused argument `endpoint'
authorMatthias Kruk <m@m10k.eu>
Sat, 8 Oct 2022 06:26:21 +0000 (15:26 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 8 Oct 2022 06:26:21 +0000 (15:26 +0900)
commitfe7cd37d019817577b9c5d6b31eb45657ad876f9
tree5aacf1e116eefc9b2239d4fe55842291bbf1ca5c
parentab995e4c296dcf9c7e4a11edd6a44fca00209dde
utils/ipc-sshtunnel: Remove unused argument `endpoint'

The local_to_remote() and local_to_remote() functions in ipc-sshtunnel
take a parameter `endpoint', which is never used.

This commit removes the unused parameter.
utils/ipc-sshtunnel.sh