2019-06-20 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in caed(8) that caused a segfault when executing
	the ['DC'] 'Drop Connection' command.
	* Fixed a bug in caed(8) that caused voicetracks to fail to be
	saved properly.
This commit is contained in:
Fred Gleason
2019-06-20 15:46:03 -04:00
parent 7824e27c79
commit 5d7957e864
4 changed files with 133 additions and 112 deletions

View File

@@ -107,7 +107,7 @@ class CaeServer : public QObject
void connectionClosedData(int id);
private:
void ProcessCommand(int id,const QString &cmd);
bool ProcessCommand(int id,const QString &cmd);
QMap<int,CaeServerConnection *> cae_connections;
QTcpServer *cae_server;
QSignalMapper *cae_ready_read_mapper;