mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 06:01:15 +02:00
2022-07-27 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdadmin(1) that permitted immutable switcher endpoint names to be edited. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -264,7 +264,6 @@ void RDEndpointListModel::updateModel()
|
||||
d_texts.back().push_back(QVariant());
|
||||
}
|
||||
}
|
||||
// printf("SQL: %s\n",sql.toUtf8().constData());
|
||||
q=new RDSqlQuery(sql);
|
||||
while(q->next()) {
|
||||
d_ids.push_back(-1);
|
||||
|
Reference in New Issue
Block a user