Skip to content
Commit 7947f474 authored by AceLan Kao's avatar AceLan Kao
Browse files

RDP: fix krdc crash problem when failed to connect



Don't have to call connectionError() when received the connection
failed message, for we connect the finished() signal and call
connectionClosed() when the connection is closed.
If we call connectionError() again, the krdc crashes.

connect(m_process, SIGNAL(finished(int, QProcess::ExitStatus)), SLOT(connectionClosed()));

Signed-off-by: default avatarAceLan Kao <acelan@acelan.idv.tw>
parent 55d74692
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment