We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04cd0f commit cce79dfCopy full SHA for cce79df
src/acl_auto_configure.cpp
@@ -675,8 +675,8 @@ static bool read_streaming_kernel_control_info(
675
if (result && streaming_control_info_available) {
676
streaming_control_info = acl_streaming_kernel_control_info{};
677
result = read_string_counters(config_str, curr_pos,
678
- streaming_control_info.start, counters);
679
- result = read_string_counters(config_str, curr_pos,
+ streaming_control_info.start, counters) &&
+ read_string_counters(config_str, curr_pos,
680
streaming_control_info.done, counters);
681
}
682
0 commit comments