mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2017-12-16 Fred Gleason <fredg@paravelsystems.com>
* Added support for filepath wildcards in macro carts.
This commit is contained in:
@@ -77,18 +77,18 @@ MainObject::MainObject(QObject *parent)
|
||||
}
|
||||
new RDDbHeartbeat(rd_config->mysqlHeartbeatInterval(),this);
|
||||
|
||||
//
|
||||
// RIPCD Connection
|
||||
//
|
||||
shim_ripc=new RDRipc("");
|
||||
shim_ripc->connectHost("localhost",RIPCD_TCP_PORT,rd_config->password());
|
||||
|
||||
//
|
||||
// Station Configuration
|
||||
//
|
||||
shim_rdstation=new RDStation(rd_config->stationName());
|
||||
shim_address=shim_rdstation->address();
|
||||
|
||||
//
|
||||
// RIPCD Connection
|
||||
//
|
||||
shim_ripc=new RDRipc(shim_rdstation,rd_config,this);
|
||||
shim_ripc->connectHost("localhost",RIPCD_TCP_PORT,rd_config->password());
|
||||
|
||||
//
|
||||
// TTY Device
|
||||
//
|
||||
|
Reference in New Issue
Block a user