The branch, master has been updated
via 09b23464dc7aea0221a261eaa8fabb087296eaff (commit)
from dee7606722b244c7496a5684866279f49d0b3d58 (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 09b23464dc7aea0221a261eaa8fabb087296eaff
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Fri Nov 9 13:27:44 2012 +0100
fix missing type
-----------------------------------------------------------------------
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 524d424..4f30848 100644
--- a/src/x2go-auth-check.c
+++ b/src/x2go-auth-check.c
@@ -41,7 +41,7 @@ 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]; );
- rc = ssh_connect (ssh_session);
+ int rc = ssh_connect (ssh_session);
char * colonloc = strstr(argv[1], ":");
if (colonloc != NULL) {
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)).