[X2go-Commits] libpam-x2go.git - master (branch) updated: b01507018bde8da67184157ca6f64bcb3123110c

X2Go dev team git-admin at x2go.org
Fri Nov 9 15:46:41 CET 2012


The branch, master has been updated
       via  b01507018bde8da67184157ca6f64bcb3123110c (commit)
      from  a319fb111f0aed2e66935bace03621e9fbcc1d96 (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 b01507018bde8da67184157ca6f64bcb3123110c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Nov 9 15:46:01 2012 +0100

    missing ;

-----------------------------------------------------------------------

Summary of changes:
 src/x2go-auth-check.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/src/x2go-auth-check.c b/src/x2go-auth-check.c
index 1b4ad8f..b8a9b82 100644
--- a/src/x2go-auth-check.c
+++ b/src/x2go-auth-check.c
@@ -68,7 +68,7 @@ main (int argc, char * argv[])
 	printf ("4\n");
 
 	int rc;
-	rc = ssh_connect (auth_check_ssh_session)
+	rc = ssh_connect (auth_check_ssh_session);
 	if ( rc != SSH_OK ) {
 		ssh_free(auth_check_ssh_session);
 		return -1;


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