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:
Fred Gleason
2022-07-27 17:48:35 -04:00
parent 1167501802
commit 0bb0e6e766
6 changed files with 67 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ class ListEndpoints : public RDDialog
QPushButton *list_close_button;
int list_size;
QString list_table;
bool list_readonly;
// bool list_readonly;
};