aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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" );