Closed korydraughn closed 3 years ago
This is due to incorrect logic. The following return statement needs to replace the break statement inside of for-loop: https://github.com/irods/irods_rule_engine_plugin_metadata_guard/blob/24b70f8643b686fe6a828a287c6042f34b0af079/src/main.cpp#L164 The break statement to replace: https://github.com/irods/irods_rule_engine_plugin_metadata_guard/blob/24b70f8643b686fe6a828a287c6042f34b0af079/src/main.cpp#L155
[x] 4-2-stable
Bug Report
This is due to incorrect logic. The following return statement needs to replace the break statement inside of for-loop: https://github.com/irods/irods_rule_engine_plugin_metadata_guard/blob/24b70f8643b686fe6a828a287c6042f34b0af079/src/main.cpp#L164 The break statement to replace: https://github.com/irods/irods_rule_engine_plugin_metadata_guard/blob/24b70f8643b686fe6a828a287c6042f34b0af079/src/main.cpp#L155