Skip to content

Commit

Permalink
2020-06-10 Fred Gleason <fredg@paravelsystems.com>
Browse files Browse the repository at this point in the history
	* Fixed a bug in ripcd(8) that caused connections to ModbusTCP
	devices to fail to be properly restored by the connection watchdog.

Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
  • Loading branch information
Fred Gleason committed Jun 10, 2020
1 parent 4840b75 commit 6536e46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Expand Up @@ -19884,3 +19884,6 @@
* Fixed a bug in RDRenderer that caused segue transitions to
be rendered without regard to the 'No Fade on Segue Out' checkbox
in the 'Edit Audio' dialog.
2020-06-10 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in ripcd(8) that caused connections to ModbusTCP
devices to fail to be properly restored by the connection watchdog.
1 change: 1 addition & 0 deletions ripcd/modbus.cpp
Expand Up @@ -179,6 +179,7 @@ void Modbus::connectedData()
"connection to Modbus device at %s:%u established",
(const char *)modbus_ip_address.toString(),0xffff&modbus_ip_port);
modbus_watchdog_active=false;
modbus_busy=false;
pollInputs();
}

Expand Down

0 comments on commit 6536e46

Please sign in to comment.