The branch, master has been updated via 9edb1437e2a19dd966696c36518503a9e1c21e2f (commit) from c4dbf5d89df4828137aeb5fc3bc8d9d0bf28a471 (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 9edb1437e2a19dd966696c36518503a9e1c21e2f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 13:50:57 2012 +0100 replace EOL by \n ----------------------------------------------------------------------- Summary of changes: src/pam-x2go-children.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/src/pam-x2go-children.c b/src/pam-x2go-children.c index 67d3af1..77be8a2 100644 --- a/src/pam-x2go-children.c +++ b/src/pam-x2go-children.c @@ -158,7 +158,7 @@ session_socket_handler (struct passwd * pwdent, int readypipe, const char * ruse goto cleanup; } - buffer_fill = snprintf(buffer, buffer_len, "%s %s %s %s%s%s", ruser, rhost, rsession, password, EOL, EOF); + buffer_fill = snprintf(buffer, buffer_len, "%s %s %s %s\n%s", ruser, rhost, rsession, password, EOF); if (buffer_fill > buffer_len) { /* This really shouldn't happen, but if for some reason we have an difference between they way that the lengths are calculated we want 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)).