diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/x2go-auth-check.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/x2go-auth-check.c b/src/x2go-auth-check.c index 60ca16b..5bd6c1a 100644 --- a/src/x2go-auth-check.c +++ b/src/x2go-auth-check.c @@ -41,8 +41,6 @@ main (int argc, char * argv[]) ssh_options_set ( auth_check_ssh_session, SSH_OPTIONS_HOST, argv[1] ); ssh_options_set ( auth_check_ssh_session, SSH_OPTIONS_USER, argv[2] ); - ssh_connect ( auth_check_ssh_session ); - char * colonloc = strstr(argv[1], ":"); if (colonloc != NULL) { /* We've got a port to deal with */ |