mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 00:23:33 +02:00
2017-10-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in RDStation that caused matrix parameters to fail to be copied as part of the profile of a new host.
This commit is contained in:
@@ -1530,9 +1530,9 @@ bool RDStation::create(const QString &name,QString *err_msg,
|
||||
// Clone Host Variables
|
||||
//
|
||||
sql=QString("select ")+
|
||||
"NAME,"+
|
||||
"VARVALUE,"+
|
||||
"REMARK "+
|
||||
"NAME,"+ // 00
|
||||
"VARVALUE,"+ // 01
|
||||
"REMARK "+ // 02
|
||||
"from HOSTVARS where "+
|
||||
"STATION_NAME=\""+RDEscapeString(exemplar)+"\"";
|
||||
q=new RDSqlQuery(sql);
|
||||
|
Reference in New Issue
Block a user