[X2Go-Commits] libpam-x2go.git - x2gosession (branch) updated: 99d5510ecdedbf23aaefcf65dd7249a674463078

X2Go dev team git-admin at x2go.org
Wed Apr 24 18:47:32 CEST 2013


The branch, x2gosession 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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)).




More information about the x2go-commits mailing list