The branch, master has been updated via 99d5510ecdedbf23aaefcf65dd7249a674463078 (commit) from 2ea2421eb98118ab2c14e630f0867f1bf4790259 (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 99d5510ecdedbf23aaefcf65dd7249a674463078 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 9 15:48:06 2012 +0100 sedate type mismatch warning ----------------------------------------------------------------------- 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 77ecec2..e7618a0 100644 --- a/src/x2go-auth-check.c +++ b/src/x2go-auth-check.c @@ -62,7 +62,7 @@ main (int argc, char * argv[]) long port = strtoul(colonloc, NULL, 10); ssh_options_set ( auth_check_ssh_session, SSH_OPTIONS_PORT, &port ); - printf ("port: %i\n", port); + printf ("port: %li\n", port); } printf ("4\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)).