aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-04-21 20:16:08 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-04-21 20:16:32 +0200
commit658a987c28a6265bc1c80cfe649ed456cf49b42e (patch)
tree0f7ffdf170df2033bdccf9c679e17d2ec3989b6d /src/main.c
parent6445157bb93e59ca74e523be527f1664780575d7 (diff)
POTD skeleton #19.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 963be84..314193b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -25,7 +25,7 @@ int main(int argc, char *argv[])
{
ABORT_ON_FATAL( fwd_init_ctx(&ssh_fwd, ssh_init_cb),
"Forwarder initialisation" );
- ABORT_ON_FATAL( fwd_setup(ssh_fwd, "127.0.0.1", "22"),
+ ABORT_ON_FATAL( fwd_setup(ssh_fwd, "127.0.0.1", "22222"),
"Forwarder setup" );
ABORT_ON_FATAL( fwd_validate_ctx( ssh_fwd ),
"Forwarder validation" );