mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-16 22:23:16 +02:00
2019-02-19 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdadmin(1) that threw a SQL error when deleting a host entry.
This commit is contained in:
parent
528d4f3f1f
commit
b7cdc4f838
@ -18505,3 +18505,6 @@
|
||||
2019-02-19 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdadmin(1) that caused cloning of an
|
||||
existing service to fail.
|
||||
2019-02-19 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rdadmin(1) that threw a SQL error when deleting
|
||||
a host entry.
|
||||
|
@ -1994,7 +1994,7 @@ void RDStation::remove(const QString &name)
|
||||
q=new RDSqlQuery(sql);
|
||||
delete q;
|
||||
|
||||
sql=QString("delete from NOWNEXT_PLUGINS where ")+
|
||||
sql=QString("delete from PYPAD_INSTANCES where ")+
|
||||
"STATION_NAME=\""+RDEscapeString(name)+"\"";
|
||||
q=new RDSqlQuery(sql);
|
||||
delete q;
|
||||
|
Loading…
x
Reference in New Issue
Block a user