The `err` return value was being overwritten in an unintended way, which means the function may not return the proper error value. This diff ensures it does.
7.0 KiB
7.0 KiB
The `err` return value was being overwritten in an unintended way, which means the function may not return the proper error value. This diff ensures it does.