[X2Go-Commits] x2godesktopsharing.git - build-main (branch) updated: 3.1.0.5-12-ge35dd7c
X2Go dev team
git-admin at x2go.org
Sat Jun 8 01:13:29 CEST 2013
The branch, build-main has been updated
via e35dd7c318dbaf227b5a127aa919452801cd9481 (commit)
from 849390ae0aded35735b2305f8ca23ec82efb33ef (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:
main.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/main.cpp b/main.cpp
index 039c617..68645f8 100644
--- a/main.cpp
+++ b/main.cpp
@@ -53,7 +53,7 @@ void client ( const QStringList & cmd )
QString dispname=params[2];
// QString socketName=QDir::tempPath() +"/x2godesktopsharing_@"+
// params[1]+"@"+dispname;
- QString socketName=/tmp/x2godesktopsharing_@" + params[1]+"@"+dispname;
+ QString socketName="/tmp/x2godesktopsharing_@" + params[1]+"@"+dispname;
QLocalSocket sock;
sock.connectToServer ( socketName );
if ( !sock.waitForConnected ( 3000 ) )
hooks/post-receive
--
x2godesktopsharing.git (Desktop Sharing for X2Go)
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 "x2godesktopsharing.git" (Desktop Sharing for X2Go).
More information about the x2go-commits
mailing list