The branch, release/4.0.0.x has been updated via 953f29ec0bc025595f1e82c6c990724fc4e71549 (commit) from 087d879cf71f6b30a8cad7be2657dd754322e504 (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 953f29ec0bc025595f1e82c6c990724fc4e71549 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jan 6 15:08:20 2014 +0100 fix for last commit ----------------------------------------------------------------------- Summary of changes: x2goserver/bin/x2gostartagent | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent index b54d93f..88f1fd3 100755 --- a/x2goserver/bin/x2gostartagent +++ b/x2goserver/bin/x2gostartagent @@ -156,9 +156,10 @@ while [ "$OUTPUT" != "inserted" ]; do if [ "$COLORDEPTH" != "" ]; then SESSION_NAME="${SESSION_NAME}_st${SESSION_TYPE}${X2GO_CMD}_dp${COLORDEPTH}" SESSION_NAME=`echo "$SESSION_NAME" | sed -e "s/:/PP/g"` - # sanitize session name - SESSION_NAME=`echo "$SESSION_NAME" | sed -e "s/[^a-zA-Z0-9\_\-\.]//g"` fi + # sanitize session name + SESSION_NAME=`echo "$SESSION_NAME" | sed -e "s/[^a-zA-Z0-9\.\_\-]//g"` + OUTPUT=`$X2GO_LIB_PATH/x2goinsertsession "$X2GO_PORT" "$HOSTNAME" "$SESSION_NAME"` fi done hooks/post-receive -- x2goserver.git (X2Go Server) 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 "x2goserver.git" (X2Go Server).