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

@@ -116,6 +116,7 @@ class RDMatrix
static bool controlActive(RDMatrix::Type type,RDMatrix::Control control);
static int defaultControlValue(RDMatrix::Type type,
RDMatrix::Control control);
static bool endpointsAreEditable(RDMatrix::Type type);
private:
QString GetEndpointName(int pointnum,const QString &table) const;