From 0ebe2946b0ff68743fde8dac4c429bc890094af0 Mon Sep 17 00:00:00 2001 From: sr Date: Mon, 4 Feb 2013 19:58:30 +0100 Subject: ... --- 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 8c57b91..bbd6b33 100644 --- a/src/server/mainwindow/mainwindow.cpp +++ b/src/server/mainwindow/mainwindow.cpp @@ -475,7 +475,7 @@ void MainWindow::onClientAuthenticated(Client* client) if ((*it)->isTutor()) { if ((*it)->client() == NULL) - deadTutor = (*it)->client(); + deadTutor = *it; else hasActiveTutor = true; } -- cgit v1.2.3-55-g7522