mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-02 03:28:00 +00:00
Fixing error for null delay and duration values being sent to Command_Config table when enabling debugging
This commit is contained in:
@@ -58,7 +58,7 @@ public class OvsdbDao extends OvsdbDaoBase {
|
||||
|
||||
public void configureCommands(OvsdbClient ovsdbClient, String startdebugengineapcommand,
|
||||
Map<String, String> payload, long l, long defaultCommandDurationSec) {
|
||||
ovsdbCommand.configureCommands(ovsdbClient, startdebugengineapcommand, payload, null, null);
|
||||
ovsdbCommand.configureCommands(ovsdbClient, startdebugengineapcommand, payload, l, defaultCommandDurationSec);
|
||||
}
|
||||
|
||||
public void configureFirmwareDownload(OvsdbClient ovsdbClient, String apId, String firmwareUrl,
|
||||
|
||||
Reference in New Issue
Block a user