mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user