From de5c8eba9572d1b4f8226e56fb19afa6dbdd6944 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Thu, 22 May 2014 12:19:39 +0200 Subject: Fix mitstake in rewrite 58646932664b6ab9014a410dc75dd443fb4f58b9 --- src/server/mainwindow/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/mainwindow/mainwindow.cpp') diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp index 608b8cf..b194528 100644 --- a/src/server/mainwindow/mainwindow.cpp +++ b/src/server/mainwindow/mainwindow.cpp @@ -815,7 +815,7 @@ void MainWindow::onClientAuthenticated(Client* client) Client *c = (**it).client(); if (c != NULL && c != client && c->isActiveVncServer() && c->isProjectionSource()) { - c->startVncClient(c); + client->startVncClient(c); client->setDesiredProjectionSource(c->id()); break; } -- cgit v1.2.3-55-g7522