diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-04-21 20:16:08 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-04-21 20:16:32 +0200 |
commit | 658a987c28a6265bc1c80cfe649ed456cf49b42e (patch) | |
tree | 0f7ffdf170df2033bdccf9c679e17d2ec3989b6d /src/main.c | |
parent | 6445157bb93e59ca74e523be527f1664780575d7 (diff) |
POTD skeleton #19.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ); |