Closed smukil closed 5 years ago
After adding a new option to the 'struct conf_pool' list, a previously undiscovered bug came to light where we were casting data types of 'short' to 'int' and 'bool' to 'int' which would give us the wrong result. This patch fixes these bugs.
@shailesh33 Thanks for the review!
After adding a new option to the 'struct conf_pool' list, a previously undiscovered bug came to light where we were casting data types of 'short' to 'int' and 'bool' to 'int' which would give us the wrong result. This patch fixes these bugs.