goto endLoop;
break;
case SERVER_BUSY:
- m_error = ServerError;
+ m_error = ServerBusyError;
m_errorString = tr("Server busy. Try again later. Wait at least 30 minutes.");
emit connectionError();
goto endLoop;
+ break;
case UNKNOWN_COMMAND:
if (usingEncryption && firstEncryptedCommand)
{
goto endLoop;
break;
case SERVER_BUSY:
- m_error = ServerError;
+ m_error = ServerBusyError;
m_errorString = tr("Server busy. Try again later. Wait at least 30 minutes.");
emit connectionError();
goto endLoop;