2018-06-26 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in 'RDStation::remove()' where the 'AUDIO_INPUTS'
	was failed to be purged of stale host entries.
	* Fixed a bug in 'RDStation::remove()' where the 'AUDIO_CARDS'
	was failed to be purged of stale host entries.
	* Fixed a bug in 'RDStation::create()' that threw SQL errors.
This commit is contained in:
Fred Gleason
2018-06-26 14:09:46 +00:00
parent a2f37d7b9a
commit 8af6bbaa40
2 changed files with 56 additions and 52 deletions

View File

@@ -17071,3 +17071,6 @@
2018-06-26 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'RDStation::remove()' where the 'AUDIO_INPUTS'
was failed to be purged of stale host entries.
* Fixed a bug in 'RDStation::remove()' where the 'AUDIO_CARDS'
was failed to be purged of stale host entries.
* Fixed a bug in 'RDStation::create()' that threw SQL errors.