The branch, master has been updated via 2ea2421eb98118ab2c14e630f0867f1bf4790259 (commit) from b01507018bde8da67184157ca6f64bcb3123110c (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 2ea2421eb98118ab2c14e630f0867f1bf4790259 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 9 15:46:55 2012 +0100 missing ; (2) ----------------------------------------------------------------------- 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 b8a9b82..77ecec2 100644 --- a/src/x2go-auth-check.c +++ b/src/x2go-auth-check.c @@ -78,7 +78,7 @@ main (int argc, char * argv[]) if ( rc != SSH_AUTH_SUCCESS ) { ssh_disconnect(auth_check_ssh_session); ssh_free(auth_check_ssh_session); - return -1 + return -1; } printf ("5\n"); 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)).