[X2go-Commits] libpam-x2go.git - master (branch) updated: 5667bd031dbd9fedfdd5066050b1e5188819ac9c
X2Go dev team
git-admin at x2go.org
Fri Nov 9 15:01:47 CET 2012
The branch, master has been updated
via 5667bd031dbd9fedfdd5066050b1e5188819ac9c (commit)
from bef4f6dde77e7c472e0e96e92f53c7d6bc677536 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5667bd031dbd9fedfdd5066050b1e5188819ac9c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Nov 9 15:01:14 2012 +0100
remove duplicat ssh_connect call
-----------------------------------------------------------------------
Summary of changes:
src/x2go-auth-check.c | 2 --
1 file changed, 2 deletions(-)
The diff of changes is:
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 */
hooks/post-receive
--
libpam-x2go.git (Remote login session via X2Go (PAM module))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).
More information about the x2go-commits
mailing list