The branch, master has been updated via eae5dfede895570c05fc84e651843ac2e0fff4ef (commit) from b73a3dfe79bf67c639ceae1cb095b7725497c018 (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 eae5dfede895570c05fc84e651843ac2e0fff4ef Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jul 28 13:47:23 2011 +0200 enable x2gosqlitewrapper to find x2gosqlitewrapper.pl again (same folder now) ----------------------------------------------------------------------- Summary of changes: x2goserver/x2gosqlitewrapper.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2goserver/x2gosqlitewrapper.c b/x2goserver/x2gosqlitewrapper.c index 739c10d..63320f1 100644 --- a/x2goserver/x2gosqlitewrapper.c +++ b/x2goserver/x2gosqlitewrapper.c @@ -64,7 +64,7 @@ int main( int argc, char *argv[] ) { // derive the full path of x2gosqlitewrapper.pl from path of this binary - rvap = asprintf(&x2gosqlitewrapper, "%s/%s", dirname(dirname(buffer)), "lib/x2go/x2gosqlitewrapper.pl"); + rvap = asprintf(&x2gosqlitewrapper, "%s/%s", dirname(buffer), "x2gosqlitewrapper.pl"); if(rvap == -1){ fprintf(stderr, "Failed to allocate memory calling asprintf\n"); exit(EXIT_FAILURE); 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).